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
Hindi,
1 month ago
Science,
1 month ago
Computer Science,
2 months ago
English,
2 months ago
Science,
10 months ago
Psychology,
10 months ago