subject

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. 2. The prompt: Enter encryption key (1-9): a. The user will type a single digit, from 1 to 9. We will assume in this assignment that the user can hit digit keys on the keyboard correctly. No validation is necessary. b. Your program will accept this digit, must store it in x3101, and use it to encrypt or decrypt the message. 3. The prompt: Enter message: a. The user will input a character string from the keyboard, terminating the message with the key. We will assume in this assignment that the user can hit digit keys on the keyboard correctly and enter the correct number of characters. No validation is necessary. b. Your program will store the message, starting in location x3102.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 23:00
Give an example of a case where a two-way handshake to establish a connection could leave one side of the connection live while the other side does not believe there is a connection.
Answers: 1
question
Computers and Technology, 22.06.2019 02:10
3. (5 points) describe what would be printed by the code below or what error would occur. const char* cstr = "0123456"; const char* ptr = & cstr[4]; cout < < ptr[-1] < < ptr < < endl; 1 4. (5 points) theseus has been trapped in a maze with a minotaur, which is trying to capture him. each round, theseus and the minotaur move through the maze; theseus towards the exit, and the minotaur towards theseus. theseus can move in any of the four cardinal directions, or he can wait for a round to see how the minotaur moves. write code that creates a data type to represent the possible moves that theseus could make.
Answers: 3
question
Computers and Technology, 23.06.2019 08:30
All of these are true about using adhesive except: a. dissimilar materials can be joined. b. mixing tips are product and material specific. c. a specific application gun may be required. d. two-part adhesives are dispensed using two mixing tips
Answers: 3
question
Computers and Technology, 23.06.2019 17:00
What does the faves button do? a. users mark a web page as a favorite b. leads other readers to favor a specific page c. readers sort and align their favicons, or favorite icons d. leads users to a message board where they can post questions
Answers: 1
You know the right answer?
Input: Your program should prompt the user for three separate inputs from the keyboard, as follows:...
Questions
question
Computers and Technology, 23.08.2019 03:10