码迷,mamicode.com
首页 >  
搜索关键字:myshopping    ( 2个结果
java-第十四章-代参的方法(二)-实现MyShopping系统的添加会员功能
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
java-第五章-do{}while()升级菜单切换
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
2条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!