Write a program to calculate Simple interest?
Answers
Answered by
2
include<stdio.h>
int main()
{
float P , R , T , SI ;
P =34000; R =30; T = 5;
SI = (P*R*T)/100;
printf("\n\n Simple Interest is : %f", SI);
return (0);
Mark me the brainliest
Similar questions
Math,
12 hours ago
English,
12 hours ago
English,
23 hours ago
Social Sciences,
23 hours ago
English,
8 months ago
Business Studies,
8 months ago