c program to calculate simple interest

c program to find out simple interest | simple interest code in c | c programs |
#include<stdio.h>
void main()
{
    float p,r,t,si;

    printf("\nEnter principle,time ,rate");
    scanf("%f%f%f"&p,&r,&t);

   si=(p*r*t)/100;

  printf("\nsimple interest is = %f",si);


getch();

}

1 comment:

  1. Ace4sure is the website that deals in preparation material for the exam for many years. According to my exposure and research, this is the right platform where you can get exact 2V0-622D Exam Dumps.

    ReplyDelete