Question: Please use C. 4. filename: interest.c Write a program that reads in two numbers: an account balance and an annual interest rate expressed as a
Please use C.
4. filename: interest.c
Write a program that reads in two numbers: an account balance and an annual interest rate expressed as a percentage. Your program should the display the new balance after a year. There are no deposits or withdrawals - just the interest payment. Your program should be able to reproduce the following sample run:
4. filename: interest.c Write a program that reads in two numbers: an account balance and an annual interest rate expressed as a percentage. Your program should the display the new balance after a year. There are no deposits or withdrawals - just the interest payment. Your program should be able to reproduce the following sample run: Interest calculation program. Starting balance? 6000 Annual interest rate percentage? 4.25 Balance after one year: 6255
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
