java购物系统源代码.doc

上传人:F****n 文档编号:102863447 上传时间:2019-10-04 格式:DOCX 页数:20 大小:35.50KB
返回 下载 相关 举报
java购物系统源代码.doc_第1页
第1页 / 共20页
java购物系统源代码.doc_第2页
第2页 / 共20页
java购物系统源代码.doc_第3页
第3页 / 共20页
java购物系统源代码.doc_第4页
第4页 / 共20页
java购物系统源代码.doc_第5页
第5页 / 共20页
点击查看更多>>
资源描述

《java购物系统源代码.doc》由会员分享,可在线阅读,更多相关《java购物系统源代码.doc(20页珍藏版)》请在金锄头文库上搜索。

1、1 StartSMS.javapackage cn.itcast;import java.util.Scanner;/* * 系统开启类 * * author Administrator * */public class StartSMS public StartSMS() public static void main(String args) Data data = new Data();data.ini();Menu menu = new Menu();menu.setData(data.goodsName, data.goodsPrice, data.custNo,data.custB

2、irth, data.custScore);menu.showLoginMenu();boolean flag = true;label0: do if (!flag)break;Scanner scanner = new Scanner(System.in);int i = scanner.nextInt();VerifyEqual verifyequal = new VerifyEqual();switch (i) case 1: / 001int j = 3;do if (j 客户信息管理 添加客户信息nn);Scanner scanner = new Scanner(System.in

3、);System.out.print(请输入会员号():);int i = scanner.nextInt();System.out.print(请输入会员生日(月/日):);String s = scanner.next();System.out.print(请输入积分:);int j = scanner.nextInt();int k = -1;int l = 0;do if (l = custNo.length)break;if (custNol = 0) k = l;break;l+; while (true);custNok = i;custBirthk = s;custScorek

4、 = j;System.out.println(新会员添加成功!);returnLastMenu();public void modify() System.out.println(购物管理系统 客户信息管理 修改客户信息nn);System.out.print(请输入会员号:);Scanner scanner = new Scanner(System.in);int i = scanner.nextInt();System.out.println( 会员号 生日 积分 );System.out.println(-|-|-);int j = -1;int k = 0;do if (k = cu

5、stNo.length)break;if (custNok = i) System.out.println(new StringBuilder().append(custNok).append(tt).append(custBirthk).append(tt).append(custScorek).toString();j = k;break;k+; while (true);if (j != -1) System.out.println(* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

6、*n);System.out.println(tttt1.修 改 会 员 生 日.n);System.out.println(tttt2.修 改 会 员 积 分.n);System.out.println(* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *n);System.out.print(请选择,输入数字:);switch (scanner.nextInt() case 1: / 001System.out.print(请输入修改后的生日:);custBirthj = scanner.next();System.out.println(生日信息已更改!);break;case 2: / 002System.out.print(请输入修改后的会员积分:);custScorej = scanner.nextInt();System.out.println(会员积分已更改!);break; else System.out.println(抱歉,没有你

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 办公文档 > 教学/培训

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号