I need assistance writing a c compiler program that calculates a user's account. the program asks the user for the amount deposited. Then it ask the user for the amount of withdrawals for the month. Next it calculates the interest for the year. Then it gives the ending balance, total amount of deposits, total withdrawals, and total interest earned.
Attached is what I have so far.