Advertisement
akosiraff

Customer

Mar 4th, 2019
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1.  
  2. Download: https://solutionzip.com/downloads/customer/
  3. Part 1:
  4. Create a data type called customer which has 5 attributes. (Name, Date of Birth, Address, HKID, and Account Balance)Part 2:
  5. Create five objects and set them to the data type Customer. Assign values to the five attributes so that each customer has five pieces of information attached to it.Part 3:
  6. Append the five customers into an array.Part 4:
  7. Include five banking operations in your program: Deposit, Withdrawal, Transfer, Display Bank Balance and New Account.(You could create function and/or procedure subprograms)Part 5:
  8. Use file access technique to update information on each customer in a text file called โ€œCustomInfo.txtโ€.Part 6:
  9. Error handling.
  10. Download: https://solutionzip.com/downloads/customer/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement