当前位置: 首页 > 资讯中心 > 游戏攻略 > Java实现彩票程序

Java实现彩票程序

来源:投稿作者:提莫时间:2023-12-03 21:10:01
分享到:
Java实现彩票程序,很多人对于Java实现彩票程序不是很清楚,下面跟着小编一起来看看吧,希望此文章能帮到你。Java实现彩票程序import java.util.ArrayList;import java.util.Coll

Java实现彩票程序

Java实现彩票程序,很多人对于Java实现彩票程序不是很清楚,下面跟着小编一起来看看吧,希望此文章能帮到你。

Java实现彩票程序

import java.util.ArrayList;import java.util.Collections;import java.util.List;import java.util.Random;public class Main { public static void main(String[] args) { //红球 33 选6 List<Integer> redBall = new ArrayList<Integer>(); for(int i=0;i<33;i ){ redBall.add(i 1); } System.out.println(\"开奖红球:\" select(redBall, 6)); //篮球16选1 List<Integer> blueBall = new ArrayList<Integer>(); for(int i=0;i<16;i ){ blueBall.add(i 1); } System.out.println(\"开奖蓝球:\" select(blueBall, 1)); } public static List<Integer> select(List<Integer> list,int count){ List<Integer> selectedList = new ArrayList<Integer>(); Random random = new Random(); for(int i=0;i<count;i ){ int index = random.nextInt(list.size()); Integer number = list.get(index); selectedList.add(number); list.remove(index); } Collections.sort(selectedList); return selectedList; }}

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 35263979@qq.com 举报,一经查实,本站将立刻删除。

相关阅读

装机必备软件
  • 下载总排行
  • 下载月排行

1遗嘱宝

图书阅读

2群感土特产

聊天社交

3掌中常山

壁纸主题

4懒设计

生活健康

5禁食吧

摄影摄像

6金粮仓

通讯信息

7中医知道

学习教育

8悦动圈计步器

新闻资讯

9千仓汇

图书阅读

10测世界

学习教育