3-Write a C program to find the simple interest.
Program: 3
Write a C program to find the simple interest.
Output:
Enter the principle: 1000 Enter the rate: 3 Enter the time: 5 Simple interest is: 150.000000
Write a C program to find the simple interest.
Enter the principle: 1000 Enter the rate: 3 Enter the time: 5 Simple interest is: 150.000000