Given the following: user Account: ABCD Password: 1234 userBalance: 20.400; Create a program that performs basic bank op

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Given the following: user Account: ABCD Password: 1234 userBalance: 20.400; Create a program that performs basic bank op

Post by answerhappygod »

Given The Following User Account Abcd Password 1234 Userbalance 20 400 Create A Program That Performs Basic Bank Op 1
Given The Following User Account Abcd Password 1234 Userbalance 20 400 Create A Program That Performs Basic Bank Op 1 (56.49 KiB) Viewed 34 times
C++
Given the following: user Account: ABCD Password: 1234 userBalance: 20.400; Create a program that performs basic bank operations: 1. Check Balance 2. Change Password 3. Deposit 4. Withdraw A) Check whether the entered user Account and Password values match the stored values. If the password is incorrect inform the user to start all over again. If the password is correct allow the user to choose any of the four operations. ONLY authorized users may access their account. B) If the user chooses to check his/her balance, then printout the balance. c) If the user chooses to change password. Update the password. D) If the user chooses Deposit operation, ask about the deposit amount then update the userbalance. E) If the user chooses to withdraw, ask about the amount, then update the userBalance. Note: You may use any structure you find suitable for the above scenario.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply