Computer Science, asked by sowmiyadhanasekar161, 1 month ago

write a c program to deploy bank application using function (deposit, withdraw, balance_chek)​

Answers

Answered by trisha8970
1

Answer:

This c program reads the deposit, withdraw amounts and computes the interest and balance based on the user inputs and selected operations sequences.This c program uses switch case to handle different logics like deposit, withdraw, calculate interest and checking balance etc..While loop is used to run the program indefinitely till user manually quit the program.

Similar questions