Question: Write a game program in LC-3 assembly language, to do the following: The following message will be displayed first: Enter a number n between 1
Write a game program in LC-3 assembly language, to do the following:
The following message will be displayed first: Enter a number n between 1 and 8 after entering number n the following message will be displayed next: Enter a lower case letter. Every time that the user types a lower case letter, the program displays the uppercase version of that letter n times. (Ex: if a user enters 4 and then types a, output will be AAAA). If the user types 0, the program displays Bye and terminates. Assume always user enters lower case letter.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
