首页 > > 详细

C++ Group Project设计辅导、辅导program编程

C++ Group Project
DDL: Jan 2 23Please input your account number: Project Description.md 2023-11-14
2 / 4
If a valid account can be found in account.txt, the user can process to next step. Otherwise, a warning will
be given and back to the account input.
Please input you account password:
Verify input with the password stored in the account.txt. If failed, a warning will be given and back to the
account input.
1. Inquiry
2. Deposit
3. Withdraw
4. Transfer
5. Quit
Please select:
Customer can use the bulletin number to select each operation.
Inquiry
output the balance as following
Dear Ryan, your balance is 100000.
Deposit
Input how much money you want to deposit
Please input the amount to save: 10000
Verify if it is a reasonable amount, and output the updated balance.
Dear Ryan, your balance has been updated to 110000.
Withdraw
Input the amount you want to withdrawProject Description.md 2023-11-14
3 / 4
Please input the amount to withdraw: 10000
Verify if it is a reasonable amount, and output the updated balance. Otherwise warning must be
given.
Dear Ryan, your balance has been updated to 90000.
Transfer
Input the target account number
Please input the target account number:
Verify if it is a valid account. If not, a warning must be prompted. Next input the amount to transfer.
Please input the amount to transfer:
Verify if it is a reasonable amount, and output the updated balance. Otherwise warning must be
given.
Transfer success! Your balance has been updated to
After each operation, you can choose
1. Continue //Back to Operation menu
2. Quit //Terminate the program
Notice
Submission
compressed into one zip file including:
 

联系我们
  • QQ:99515681
  • 邮箱:99515681@qq.com
  • 工作时间:8:00-21:00
  • 微信:codinghelp
热点标签

联系我们 - QQ: 99515681 微信:codinghelp
程序辅导网!