Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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!!!!!

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Demystifying Databases A Hands On Guide For Database Management

Authors: Shiva Sukula

1st Edition

8170005345, 978-8170005346

More Books

Students also viewed these Databases questions