摘要: 今天学会了如何随机生成四则运算。 public class count { public static void main(String[] args) { for(int i=0;i<30;i++){ int firNum=(int)(Math.random()*99)+1; int secNum 阅读全文
posted @ 2023-09-11 21:53 chrisrmas、 阅读(19) 评论(0) 推荐(0)