ATM银行自动取款机C程序.docVIP

  • 17
  • 0
  • 约2.64千字
  • 约 3页
  • 2018-06-25 发布于河南
  • 举报
ATM银行自动取款机C程序

ATM银行自动取款机C程序: #include stdio.h #include stdlib.h #include conio.h char a; void LanguageMeun() { system(cls); printf(==================\n); //选择中英文 printf(| 1.中文 |\n); printf(| 2.English |\n); printf(| 3.退出\\Exit |\n); printf(==================\n); } void MainMeun(char a) { switch(a){ case 1: system(cls); printf(==================\n); printf(| 1.查询 |\n); printf(| 2.存钱 |\n); printf(| 3.取钱 |\n); printf(| 4.退出 |\n); printf(==================\n);break; //主菜单 case 2: system(cls); printf(==================\n

文档评论(0)

1亿VIP精品文档

相关文档