java中如果用程序实现是否继续(n\y?)
展开全部
import java.util.Scanner;
public class InputData {
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
String ch="y";
while(ch.equals("y")){
System.out.println("请输入一个整数:");
sc.nextInt();
sc.nextLine();
System.out.print("是否继续输入(y/n?):");
ch=sc.nextLine();
}
}
}
已经给楼主写好了..这个挺不错的噢....
呵呵 ....
祝楼主早日成功!!!
public class InputData {
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
String ch="y";
while(ch.equals("y")){
System.out.println("请输入一个整数:");
sc.nextInt();
sc.nextLine();
System.out.print("是否继续输入(y/n?):");
ch=sc.nextLine();
}
}
}
已经给楼主写好了..这个挺不错的噢....
呵呵 ....
祝楼主早日成功!!!
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询