#include<stdio.h>
main ()
{
int p, n;
float r, si;
printf(" Enter the values of p, n, r: ");
scanf("%d %d %f", &p, &n, &r);
si=p*n*r/100;
printf("%f", si);
}
The File can be found at:
Download File
main ()
{
int p, n;
float r, si;
printf(" Enter the values of p, n, r: ");
scanf("%d %d %f", &p, &n, &r);
si=p*n*r/100;
printf("%f", si);
}
The File can be found 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