packagecom.wxws.sms;
publicclassCustomer{
intNo;
intintegarl;
}
packagecom.wxws.sms;
publicclassCustomers{
Customer[]customers=newCustomer[100];
publicvoidadd(Customercust){
for(inti=0;i<customers.length;i++){
if(customers[i]==null){
customers[i]=cus..
分类:
编程语言 时间:
2014-06-17 18:16:24
阅读次数:
295
importjava.util.Scanner;
publicclassA04{
publicstaticvoidmain(String[]args){
//TODOAuto-generatedmethodstub
Scannerinput=newScanner(System.in);
System.out.println("欢迎使用MyShopPing管理系统");
System.out.println("\n********************************..
分类:
编程语言 时间:
2014-06-02 14:44:48
阅读次数:
378