- 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',' '}
}
}
/**
* 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',' '}
}
}