javawhile的⽤法case_javawhile和switch-case循环import java.util.Scanner;
public class xunhuan {
public static void main(String[] args){
Scanner e=new Scanner(System.in);//标准语句,申明并开启系统标准处理(键盘输⼊
//int Int();//m为可以⼿动输⼊的整数
System.out.println("输⼊想要循环的次数");
int Int();//⽣成⼀个键盘输⼊的int
int i=1;
while (i<=mm){//开启循环,设置循环结束条件
java switch case stringSystem.out.println("输⼊选择");
int Int();//m为可以⼿动输⼊的整数
switch (m){//switch case ⽤法
case 1:System.out.println("李看看"); break;
case 2:System.out.println("李搞搞"); break;
case 3:System.out.println("李上演"); break;
case 4:System.out.println("李⼩凡"); break;
default: System.out.println("输⼊错误") ;
//i++之前我写在这⾥,⼀直思考为什么我设置的结束条件没⽤,要注意结构层次
}
i++;
}
}
}
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论