Question: please do in java and so i can copy paste in netbeans The Challenge Loop to display a menu that will ask the user to

please do in java and so i can copy paste in netbeans please do in java and so i can copy paste in netbeans

The Challenge Loop to display a menu that will ask the user to choose 1 of 3 options: 1. Encryption - Enter a password to see what it looks like scrambled. 2. Decryption - Enter an encrypted word to see what it looks like unscrambled. 3. End Caesar Cipher When the user enters option 1. ask the user for the word to encrypt. Only use letters a - z then, display the encrypted message to the user. Note: passwords don't have spaces. When the user enters option 2, ask the user for the encrypted word to decrypt. Again, only use letters a - z. Then, display the decrypted word to the user. Note: for decryption, you will have to subtract 2 from the int value of the character, making a special case if the letter Is 'a then y is the decrypted value, and if the letter is 'b'then 'z' is the decrypted value. When the user enters option 3, advise the user to that this program will self-destruct in seconds and display "Good-byel keep the Caesar Cipher Secret!" For 25 points of extra credit, after the user selects the option 1 or 2, and after the user enters a word to encrypt or decrypt, ask the user to guess what the encrypted or decrypted message would be. Compare the user's guess to the encrypted message, and tell the user if he/she guessed correctly or not. If the user guessed correctly, display a message stating

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!