Home
About
Contact
Privacy Policy
Terms And Conditions
Disclaimer
ELAB SOLUTIONS
Header Ads Widget
Responsive Advertisement
Home-icon
Ticker
6/recent/ticker-posts
Home
input and output
IO 33
IO 33
Abishiek
August 26, 2020
IO 33 Solution:
#include <stdio.h>
int main()
{
float P=10000,i=0.07,t=5,I,A;
scanf("%f",&P);
scanf("%f",&i);
scanf("%f",&t);
I=(P*i*t)/100;
A=P+I;
printf("\nInterest=%.2f",I);
printf("\nAmount=%.2f",A);
return 0;
}
Post a Comment
0 Comments
Followers
Social Plugin
Ad Space
Responsive Advertisement
Popular Posts
Labels
Elab Solution
10
input and output
10
0 Comments