Consider a banking application in which the account balance of 10 customers is maintained in an array
with index as customer id. Eg. 0 – 10000, 1 – 200000, 3 – 450000. Write functions for deposit and
withdrawal of the amount and update the array. Display the updated account balance of the customers.
Use menu-driven approach in the main function to choose the appropriate transaction
(deposit(float[],int, float); or withdrawal(float[],int, float);).
Answers
Answered by
0
Answer:
then
Explanation:
Similar questions
India Languages,
15 days ago
World Languages,
15 days ago
Computer Science,
1 month ago
English,
1 month ago
Science,
9 months ago
Psychology,
9 months ago