どうすれば短くて良いのですか?どうすれば短くて良いのですか?
import java.util.Scanner;
public class letter {
public static void main(String args[]){
Scanner input = new Scanner(System.in);
String 1 , 2 ,3 ,4 ,5 ,6 ,7 and so forth;
System.out.print("Enter the number: \t");
1 = input.nextInt();
2 = input.nextInt();
3 = input.nextInt();
...and so forth.
if (1 == A){System.out.println("Your name is anything");}
___ 'Java!= JavaScript' ___ – Rayon
どうすれば説明できますか?すみませんでした。 – Hysteria
配列とループを使用してください。そして、Googleはあなたの友人です。 –