/* Calculation of simple Interest */
#include<stdio.h>
#include<conio.h>
int main( )
{
int p,n;
float r,si;
printf("Enter values of p,n,r,");
scanf("%d%d%f ", &p,&n,&r);
si= p*n*r/100;
printf("%f\n",si);
return 0;
}
/* Calculation of simple Interest */
#include<stdio.h>
#include<conio.h>
int main( )
{
int p,n;
float r,si;
printf("Enter values of p,n,r,");
scanf("%d%d%f ", &p,&n,&r);
si= p*n*r/100;
printf("%f\n",si);
return 0;
}
We are the team of The Engineers Choice Group. We are two people Anish & Shiva..Anybody Interested to learn Something then contact us in facebook page , my whatsapp number 9807100890 and Email theengineerschoice01@gmail.com
Copyright (c) 2020 The Engineer's Choice All Rights Reserved
No comments:
Post a Comment
theengineerschoice01@gmail.com