#include<stdio.h>
#include<conio.h>
main()
{
float SI,P,N,R;
clrscr();
printf("Enter values of P, N and R: ");
scanf("%f%f%f",&P,&N,&R);
SI=(P*N*R)/100;
printf("Simple interest = : %6.2f",SI);
getch();
}
#include<stdio.h>
#include<conio.h>
main()
{
float SI,P,N,R;
clrscr();
printf("Enter values of P, N and R: ");
scanf("%f%f%f",&P,&N,&R);
SI=(P*N*R)/100;
printf("Simple interest = : %6.2f",SI);
getch();
}
hi, kindly let me know the c compiler for c, which i can able run
Hi, you can use Borland Turbo C compiler.
You can read about this compiler from the link given below…
http://en.m.wikipedia.org/wiki/Borland_Turbo_C
I hope this helps!
hi good logics and results also given better then
printf(“Area of the given is : %6.2f”,SI);
are you finding SI or are
not a big deal…..hehe….
Sarad corrected! thanks for pointing it out 🙂
your coding logic very good and well thankyou
Thanks! please share this website with your friends too, you can download our android app too, link is in the sidebar.