#include<stdio.h>
main()
{
int p, n, count;
float r, si;
for (count=1;count<=3;count++)
{
printf ("Enter the values of p, n and r:");
scanf ("%d %d %f", &p, &n, &r);
si = p*n*r / 100 ;
printf ("Simple Interest = Rs. %f\n", si);
}
}
The file can be downloaded at:
Download File
main()
{
int p, n, count;
float r, si;
for (count=1;count<=3;count++)
{
printf ("Enter the values of p, n and r:");
scanf ("%d %d %f", &p, &n, &r);
si = p*n*r / 100 ;
printf ("Simple Interest = Rs. %f\n", si);
}
}
The file can be downloaded at:
Download File
No comments:
Post a Comment
kiss on google ads if you are anonymous because your ip is trackable.thank you.
......from.admin