answersLogoWhite

0

int main()

{

int p,n,count;

float r,si;

count=1;

while(count<=3)

{

printf("\n enter values of p,n,andr");

scanf("%d %d %f",&p, &n, &r);

si=(float)p * (float)n * r / 100;

printf("simple interest =rs. %f",si);

count=count+1;

}

return(0);

}

Nishant:this will give S.I...

-----------------------------------------------------------------------------------------------------

//mycfiles.wordpress.com

//Program for Calculate Simple Interest

#include<stdio.h>

#include<conio.h>

void main()

{

float p,r,n,si;

clrscr();

printf("\nEnter the profit, rate & no of yr\n\n ");

scanf("f%f",&p,&r,&n);

si=(p*r*n)/100;

printf("\nSimple Intrest=%f",si);

getch();

}

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you write a C program to find the Simple Interest?

Reference:cprogramming-bd.com/c_page1.aspx#simpleinterest


How do you find the time for principal and rate?

If you are working on simple interest you have to write the equation I=p. r.t


Where can I find a simple interest calculator online?

There are many simple interest calculators online that you can find. I found the one at http://easycalculation.com/simple-interest.php to be simple and accurate.


Find the formula of simple interest?

the formula for simple interest is I=PRT (interest=principal x rate x time )


How do you write c programme to find proper subset of a given string?

you can use strstr()


How do you find time in simple interest?

time(t)= interest/rate , princaple


How does simple interest work?

Multiply together the capital, the interest rate (as a fraction) and the number of periods to find out the interest.


How do you draw an algorithm to find the simple interest?

The answer depends on what information you do have.


Where could one find an online simple interest calculator?

If you are looking for an online simple interest calculator there are several sites that you can find this on. One site where you can is called Easy Calculation and will give you all the tools you need.


The difference between the simple and compound interest on a certain sum is Rs250 for two years at 5 percent Pa per annum Find the sum?

simple interst is when you earn interest from your principal but compound interest is when you earn interest from your principal as well as from your previous interest


How do you find simple interest rate?

P*r*t divided by 100


How do you do interest rate problems?

First you figure out the Principal, then you find the interest rate and then find the Time someone gave you to pay back loaned or borrowed money.Formula: Simple Interest= Principal*Rate*TimeExample: Principal-$25,000 Interest Rate- 6.25 simple interest- 6 years$25,000 x .0625 x 6= $9375!