Question: Add menu functionality to the encryption program so that it now flows as below: Enter a string to encrypt: ( user enters string ) Here
Add menu functionality to the encryption program so that it now flows as below:
Enter a string to encrypt: user enters string
Here is your encrypted string: print out encrypted string
Would you like to decrypt the string D enter a new string N or Quit Q
user enters D N or Q
If D
Print: Here is your original string:decrypt string and print
Jump to input options DNQ
If N
Jump to string input
If Q
Print Exiting Program.
Quit
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
