题目:
投注号码由6个红色球号码和1个蓝色球号码组成。红色号码从1-33中选择;蓝色球号码从1-16中选择。输出正确号码,买家选择的双色球号码以及兑奖结果。
中奖说明:
中红色球个数 中蓝色球个数 奖金 6 1 1000万 6 0 500万 5 1 3000元 5 0 200元 4 1 4 0 10元 3 1 2 15元
1 1 0 1
package BicolorSphere;
import java.util.Random;
import java.util.Scanner;
public class BicolorSphere {
public static void main(String[] args) {
int[] winnum = createNumber();//用数组winnum存放正确的号码
int[] selectnum = new int[7];//用selectnum存放买家选择的号码
Scanner scan = new Scanner(System.in);
//for循环,买家输入自己选择的号码
for (int curpos = 0;curpos < selectnum.length;){
if(curpos != selectnum.length-1){
System.out.print("请输入第