Page 1 of 1

Create a detailed Java code that implements a cipher, where the user would have to input any string of words and the pro

Posted: Mon Jul 11, 2022 9:49 am
by answerhappygod
Create a detailed Java code that implements a cipher, where theuser would have to input any string of words and the program wouldeither ask the user how many key strokes do you want to shift yourstring and have a feature were wewould CHOOSE to let the program encryptthe string with a random generated amount of key shift. (Just likeCaesar cipher)
- Set the the amount of shifting key strokes to be up-to 25shifts.
- Have // comments explaining what ishappening, similar to when using all kinds of Loops, if Statements,prints and such.
- Totally unique code and not already made before.(Please, ifpossible).