<=Back
Simple interest (I) accrued when a principal amount (P) is deposited in a bank for a period of time (T) years at rate (R) is given by I=P*T*R . Write a program in C programming language that will prompt a user to enter the principal amount and the number of years. The program should then compute and display the simple interest given that the rate is 10%.
 Viewed: 474 times
Share in: