2. The o/p of the file c based on the outputs of the files a & b. The output of the file C
should be like using interleaving techniques.
aaaaaa1111111bbbbbbb22222222………….
3. The output of the file D should be the o/ps of the above 3 files
aaaaaa1111111aaaaaa111111…………..bbbbbb222222222bbbbbbbb2222222……………..
Develop the program using pseudo code.
6. Show the o/p of the file C which must based on the file A & B
961 views
Usually answered in minutes!
Normal
0
false
false
false
MicrosoftInternetExplorer4
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin:0in;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman";
mso-ansi-language:#0400;
mso-fareast-language:#0400;
mso-bidi-language:#0400;}
The output of the file D should be the o/ps of the above 3
files
aaaaaa1111111aaaaaa111111…………..bbbbbb222222222bbbbbbbb2222222……………..
Execute the following program
1.
a) Read the file A o/p-> aaaaaaabbbbbbb………..ppppppp
b) Read the file B o/p -> 11111112222222…………00000001111111
2. The o/p of the file c based on the outputs of the files a & b. The output of the file C
should be like using interleaving techniques.
aaaaaa1111111bbbbbbb22222222………….
3. The output of the file D should be the o/ps of the above 3 files
aaaaaa1111111aaaaaa111111…………..bbbbbb222222222bbbbbbbb2222222……………..
4. What is pseudo code?
5. Develop the program using pseudo code.
6. Show the o/p of the file C which must based on the file A & B
i have the same problem... i dont know how to solve it... if anyone knows that plz mail me to karthik.watsnxt@gmail.com as soon as possible...
×