My Status, Ciphertext

Joined
Nov 22, 2023
Messages
9
Reaction score
0
Below is my status, can anyone reply me ?
/**
* Write a description of class EA here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class status
{
// Declare varaibles
public static void main(String[] args) {
String[] name={"a", "b", "c", "d", "e", "f", "g"};
AppArray ar=new AppArray();
ar.NameDisplay (name);
}

public class M1 {
public static void main (String[] args ) {
String inWord;
String result = " ";

Scanner input = new Scanner( System.in );

// Read in a word
System.out.print( "Enter a word (in lower case): " );
inWord = input.next();

alphabet = “abcdefghijklmnopgrstuvwxyz"
partialone =
partiallwo =
newAlphabet =
message = input("Please enter the message you want to translate
key = int(input("Please enter the number you want to shift by:
char ch;
char dict[][]={
{'a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z',' '},
{'z','y','x','w','v','u','t','s','r','q','p','o','n','m','l','k','j','i','h','g','f','e','d','c','b','a',' '}
}
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,062
Latest member
OrderKetozenseACV

Latest Threads

Top