document.write( "Question 1130776: 1. Write an Assembly Program using the Emu8086 that will
\n" ); document.write( "a. input a string of Upper case letters from the keyboard
\n" ); document.write( "b. store the string in memory
\n" ); document.write( "c. then display the equivalent Lower case letters.
\n" ); document.write( "(Example: inputting ABC, outputting abc)
\n" ); document.write( "2. Modify your program above so that the input string can contain a combination of both lower and
\n" ); document.write( "upper case letters and the output will be the string in reverse case.
\n" ); document.write( "(Example: inputting AbCD, outputting aBcd)
\n" ); document.write( "3. Modify your program above so that the input string can contain both lower and upper case letters
\n" ); document.write( "and any other character and the output will be the reverse case string, as well as in reverse
\n" ); document.write( "order where all other characters (other than alphabetical) are replaced by the hash sign (‘*’).
\n" ); document.write( "(Example: inputting Ab,CDe%*F, outputting f**Edc*Ba)
\n" ); document.write( "4. Modify your program (above) so that the output will implement the following alphabet
\n" ); document.write( "conversion:
\n" ); document.write( "Original A B C D E
\n" ); document.write( "=>
\n" ); document.write( "… … … … X Y Z
\n" ); document.write( "Converted D E F G H A B C
\n" ); document.write( "where the alphabets are shifted 3 letters down.
\n" ); document.write( "(Example: Inputting Ab,CDe%*F, outputting: i**Hgf*Ed
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #747389 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Please explain how this is a mathematics problem. Why would you ask this question on a Mathematics Homework Help website? Would you buy lumber at the supermarket or order pizza from a drug store? The first skill required in either mathematics or computer programming is to be able to use your head for something besides a hat rack -- please begin there.
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "John
\n" ); document.write( "
\n" ); document.write( "My calculator said it, I believe it, that settles it
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" );