calculate("minus");
break;
case 7:
case 8:
calculate("multiply");
break;
case 9:
calculate("division");
break;
default:
System.out.println("退出答题");
break;
}
}
System.exit(0);
}
public static void calculate(String s)
{
原文请找腾讯752018766辣,文-论'文.网
http://www.751com.cn/ int n=2;
int answer;
if(ss.equals("Yes")) //为Yes时进入答题
{
if(s.equals("plus")){
input=JOptionPane.showInputDialog("10+2="); //加法计算
answer=Integer.parseInt(input);
if(answer==12){System.out.println("回答正确");}
else System.out.println("回答错误");
}
else if(s.equals("minus")){
input=JOptionPane.showInputDialog("10-2="); //减法计算
answer=Integer.parseInt(input);
if(answer==8){System.out.println("回答正确");}
else System.out.println("回答错误");
}
else if(s.equals("multiply")){
input=JOptionPane.showInputDialog("10*2="); //乘法计算
answer=Integer.parseInt(input);
if(answer==20){System.out.println("回答正确");}
else System.out.println("回答错误");
}
else if(s.equals("division")){
input=JOptionPane.showInputDialog("10/2="); //除法计算
answer=Integer.parseInt(input);
if(answer==5){System.out.println("回答正确");}
else System.out.println("回答错误");
}
}
else {System.out.println("退出答题");System.exit(0);} //为其它时退出答题1829
上一页 [1] [2]
java计算机生成简单的四则运算题 第2页下载如图片无法显示或论文不完整,请联系qq752018766