Question: Need this in Java ASAP, please! Please use the exact names provided in the instructions, will upvote!! CSE1322 Assignment 2 Background: For this assignment, you
Need this in Java ASAP, please! Please use the exact names provided in the instructions, will upvote!! 






CSE1322 Assignment 2 Background: For this assignment, you will code a simple encryption application. The application encrypts words by mapping a list of the twenty-six alphabetic characters to a list of twenty-six corresponding symbols using the lists indices. 4 5 6 7 A 0 1 2 3 ! @ # $ symbols list & 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 ? {}( : A 1 -> + V ->; i -> ) S -> ] So, Elvis would encrypt to: ^+;)] Your task: You will start with the following class definition: Your task: You will start with the following class definition: C# Java using System; using System.Collections.Generic; import java.util.Scanner; import java.util.ArrayList; class Encryption { List
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
