Computer Science, asked by rajeshjayaraman1011, 1 month ago

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 ramlathshahul7
0

Answer:

then

Explanation:

Similar questions