Question: In java please, thank you!!!!! Your job for this assignment is to take what you learned in the demonstration CharShift.java and create a workable Caesar

In java please, thank you!!!!!

In java please, thank you!!!!! Your job for this assignment is to

Your job for this assignment is to take what you learned in the demonstration CharShift.java and create a workable Caesar Cipher program in Java. o Here are the specifications: The input(s) are Strings, not Characters. You must create a function that encrypts a String - it must have two parameters: one for the Plain Text and one for the Shift Number. It should return the encrypted String. Similarly, you must create a function that decrypts a String - it must also have two parameters like the encrypt function. It should return the decrypted String. o Hint: Recall that shift number for decryption n, reassigns a letter n letters backwards from its position. The functions above must be separate functions. o Take the inputted Strings and convert them into CAPITAL LETTERS. The output should also be CAPITALIZED. The file CaesarBlank.java in the hand-out folder contains an outline for you to use for getting started. . This assignment is a bit more involved that the CharShift.java demonstration. As such, you may need to apply new functions/methods into your code

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!