发布网友 发布时间:2022-04-26 02:18
共2个回答
热心网友 时间:2022-06-20 00:14
package ch07;
import javax.swing.*;
public class Test2 {
public static void main(String[] args) {
String output="";
output+="恭喜第"+(1+(int)(Math.random()*100))+"号中了一等奖";
output+="\n恭喜第"+(1+(int)(Math.random()*100))+"号"+(int)(1+(Math.random()*100))+"号"+"中了二等奖";
for(int i=0;i<3;i++){
output+="\n恭喜第"+(1+(int)(Math.random()*100))+"号中了三等奖";
}
JOptionPane.showMessageDialog(null, output);
}
}
程序运行结果截图
中奖的人是随机的!
追问能加你Q么?追答2533232634
热心网友 时间:2022-06-20 00:15
留个联系方式,发给你追答你名字是什么啊?你加我吧,121665689
哦.hi里面,代码已经发给你了