Question: In Flowgorithm, how would the program for the following look? Ask the user for the message to encrypt. Display back to the user the Cipher
In Flowgorithm, how would the program for the following look?
- Ask the user for the message to encrypt.
- Display back to the user the Cipher Text (the encrypted result).
- Let the user enter multiple phrases displaying the cipher text after each one.
- Use the sentinel value of QUIT to end the program.
- Use a function to display a message at the end that says "Have a nice day" and display the number of messages that were encrypted.
- Use at least one other function in the program, that function has to either accept an parameter, return a value or do both.
- Convert all text in the original message to lower case and then display the cipher text in lower case also. (this will make it easier to convert)
- For this exam, spaces and punctuation are echoed as is, no changes.
ORIGINAL
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
CIPHERED
S T A R W E U N O F H J D I Z B K Y Q C X G M V P L
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
