求java代码 编写一个类 完成以下任务
1个回答
展开全部
import java.util.Scanner;
public static void main(String [] args){
Scanner sc = new Scanner();
System.out.println("请输入第一个数字:");
int one=cs.nextInt();
System.out.println("请输入第二个数字:");
int two=cs.nextInt();
System.out.println("请输入第三个数字:");
int three=cs.nextInt();
if(one==two&&two==three){
System.out.println("这三个数相等");
}else{
if(one+two+three>1000){
System.out.println("这三个数之和大于1000");
}else{
System.out.println("这三个数之和不大于1000");
}
}
}
程序没有加各种异常校验,用app打的,好多类没有工具都不会打了,自己补全吧。
public static void main(String [] args){
Scanner sc = new Scanner();
System.out.println("请输入第一个数字:");
int one=cs.nextInt();
System.out.println("请输入第二个数字:");
int two=cs.nextInt();
System.out.println("请输入第三个数字:");
int three=cs.nextInt();
if(one==two&&two==three){
System.out.println("这三个数相等");
}else{
if(one+two+three>1000){
System.out.println("这三个数之和大于1000");
}else{
System.out.println("这三个数之和不大于1000");
}
}
}
程序没有加各种异常校验,用app打的,好多类没有工具都不会打了,自己补全吧。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询