document.write( "Question 797285: 1. Write an Assembler Program using the Emu8086 that will input a string of lower case letters from
\n" );
document.write( "the keyboard, store the string in memory, and then display the equivalent UPPER case letters.
\n" );
document.write( "
\n" );
document.write( "2. Modify your program above so the input string can contain a combination of both UPPER and
\n" );
document.write( "lower case letters and the output will be the string in reverse case.
\n" );
document.write( "
\n" );
document.write( "3. Modify your program above so the input string can contain both UPPER and LOWER case letters
\n" );
document.write( "and the space character and the output will be the reverse case string.
\n" );
document.write( "
\n" );
document.write( "4. Further modify your program (above) so the output will be the reverse case and also the reverse
\n" );
document.write( "order. For example:
\n" );
document.write( "
\n" );
document.write( "Input AbC_DeF Output: fEd_cBa
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #481751 by solver91311(24713)![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Please ask for help with your Computer Science homework on a Computer Science homework help site. This is Algebra.com; it is for help with mathematics.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "One piece of advice that I can give you is that, just like in Mathematics, it is extremely important during your study of Computer Science to read, understand, and follow written instructions. I only mention this because you failed to read, understand, and/or follow the rather simple instruction on this site that makes it clear that you are only allowed one question/problem per post.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "John \n" ); document.write( " \n" ); document.write( "Egw to Beta kai to Sigma \n" ); document.write( "My calculator said it, I believe it, that settles it \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |