Answered step by step
Verified Expert Solution
Question
1 Approved Answer
LC3 Console Type (E)ncrypt/ (D)ecrypt: E Enter encryption key (1-9): 6 Enter message (20 char 1imit): HELLO OJSST Halting the processor Type (E)ncrypt/ (D)ecrypt: D
LC3 Console Type (E)ncrypt/ (D)ecrypt: E Enter encryption key (1-9): 6 Enter message (20 char 1imit): HELLO OJSST Halting the processor Type (E)ncrypt/ (D)ecrypt: D Enter encryption key (1-9):6 Enter message (20 char limit): OJSST HELLO Halting the processor Input: Your program should prompt the user for three separate inputs from the keyboard, as follows: 1. The prompt: Type (E)ncrypt/(D)ecrypt a. The user will type E or D. We will assume in this assignment that the user can type an E or D correctly. No validation is necessary b. Your program will accept that character, must store it in x3100, and use it, as we shall see momentarily LC3 Console Type (E)ncrypt/ (D)ecrypt: E Enter encryption key (1-9): 6 Enter message (20 char 1imit): HELLO OJSST Halting the processor Type (E)ncrypt/ (D)ecrypt: D Enter encryption key (1-9):6 Enter message (20 char limit): OJSST HELLO Halting the processor Input: Your program should prompt the user for three separate inputs from the keyboard, as follows: 1. The prompt: Type (E)ncrypt/(D)ecrypt a. The user will type E or D. We will assume in this assignment that the user can type an E or D correctly. No validation is necessary b. Your program will accept that character, must store it in x3100, and use it, as we shall see momentarily
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started