我是新手~高手进来看一下指点一下 谢谢
会员号 生日 积分1623 06/26 5000
1545 04/08 2200
组数长度设定为100.
public class Data{
int[]custNo=new int[100];
String[]custBitrh=new String[100];
int[] custScore=new int[100];
public void inttial(){
custNo[0]=1623; //客户1
custScore[0]=“06/26”;
custScore[0]=5000;
custNo[0]=1545; //客户2
custScore[0]=“04/08”;
custScore[0]=2200;
}
}
下面就不知道该怎么写了