JAVA怎么實現循環輸入?
您好,很高興能回答你的問題。
java實現循環輸入方法。
雙for
Scanner sc = new Scanner(System.in);
int i,a,t = sc.nextInt();
for(;0<t;t--){
for(i=0;(i<n)&&(a<=10);i++) a = sc.nextInt();
if(10<a) System.out.println(n);
}
用getLine() 或者其他流類的getLine() 來讀取就行了
JAVA怎么實現循環輸入?
您好,很高興能回答你的問題。
java實現循環輸入方法。
雙for
Scanner sc = new Scanner(System.in);
int i,a,t = sc.nextInt();
for(;0<t;t--){
for(i=0;(i<n)&&(a<=10);i++) a = sc.nextInt();
if(10<a) System.out.println(n);
}
用getLine() 或者其他流類的getLine() 來讀取就行了