文件名称:Fourth
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
利用随机函数产生5道两位数的加法题,每答对一道得20分,答错不得分,最后判断用户的总得分并输出。
提示:产生两位随机数用以下办法
int x=(int)(10+Math.random()*90)
-The random function of five double-digit addition problems, and for each correct answer a 20 points, got it wrong not scoring, the final judgment on the total score and the output of the user. Tip: Generate two random numbers using the following means int x = (int) (10+Math.random ()* 90)
提示:产生两位随机数用以下办法
int x=(int)(10+Math.random()*90)
-The random function of five double-digit addition problems, and for each correct answer a 20 points, got it wrong not scoring, the final judgment on the total score and the output of the user. Tip: Generate two random numbers using the following means int x = (int) (10+Math.random ()* 90)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Fourth.java