answersLogoWhite

0

ques : if principle amount is

>=10,000 then rate of interest is 20%

>=8,000 <=9999 then rate of interest is 18%

<+8,000 then rate of interest is 16%

Ans:

#include<stdio.h>

int main()

{

float si,p,t,r;

printf("enter principle amount & time");

scanf("%f%f",&p,&t);

if(p>=10000)

{

r=20;

}

else if(p>=8,000&&<=9999)

{

r=18;

}

else

{

r=16;

}

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

printf("simple interest + %f",si);

return(0);

}

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Engineering

Pseudocode and flowchart for simple interest calculation?

begin enter Principal amount(Input) enter interest rate(Input) calculate simple interest(Computation/Processing) Display/Show/Print Give sound Simple Interest(output) end By Tomas Naxweka(Namibia)


The complexity and advantages of Basic programming language over a low-level language?

gw basic is a programing language that allows us to operate computer and compute the statements and coomands that we want to.gw basic is an easy language which a simple person can understad.a programer can create his/her own programes using gw basic.


Is learning Assembly Language worth the effort?

It all depends on what you will be doing with Assembly Language. If your job or future employment plans include using Assembly Language, then yes, it is worth the effort. If it is required for a class or training for a job/employment, then yes, it is worth the effort. If Assembly Language is an interest for you, as in a hobby or spare time activity, then it is up to you to decide if it is worth your time to learn it.


Why sql is non procedural language?

non-procedural language in which you can communicate tasks to the compute using simple commands. A procedural language is one in which you must give the computer step by step instructions for accomplishing a task


What is the problem of using simplistic language online?

If by "simplistic language" one is referring to slang or street language, the main problem with using such language online is that others may not be able to understand what is being said.

Related Questions

What are the advantages of using simple interest?

Using simple interest is easier for people to understand. Customers will be able to manage their payments if a business uses simple interest.


How do you calculate a life interest?

1.To calculate the fair market fair rent 2. To Calculate Y.P. for life interest 3. To Capitalize the rent using Y.P. for life interest.


Why do you earn more money using compound interest than you would using simple interest?

You earn more money using compound interest than simple interest because compound interest calculates interest on both the initial amount and the accumulated interest, leading to faster growth of your money over time.


Alfred wants to invest 4000 at 6 percent simple interest rate for 5 years How much interest will he receive?

he will receive $1,200ANSWER:Yes $1,200 is the correct answer but the logic behind it is that, it is using simple interest term means here 6 is representing interest for a year, Inorder to calculate the whole interest we will multiply 6 by 5 years we will get 30%.The total interest he will get $4,000 x 30% = $1,200.


How do you calculate fixed interest?

Fixed deposit interest is calculated using the simple interest concept Interest = (principal * no. of years * rate of interest) / 100 principal = the amount you deposited rate of interest = the amount in % Ex: Deposit amount - 10,000 Rate of interest = 10% no of days = 365 Interest = (10000 * 365 * 10) / (365*100) = 1000


How much interest will you have paid on a loan of 50967 for w months at a simple interest rate of 10.6 per year?

To calculate the interest paid on a loan using simple interest, you can use the formula: Interest = Principal × Rate × Time. Here, the principal is $50,967, the annual interest rate is 10.6% (or 0.106), and the time is in years, which is ( w/12 ) for months. Therefore, the interest paid would be ( 50,967 \times 0.106 \times (w/12) ).


How do you calculate fixed deposit interest?

Fixed deposit interest is calculated using the simple interest concept Interest = (principal * no. of years * rate of interest) / 100 principal = the amount you deposited rate of interest = the amount in % Ex: Deposit amount - 10,000 Rate of interest = 10% no of days = 365 Interest = (10000 * 365 * 10) / (365*100) = 1000


What does simple intrest mean in math?

Simple interest is a method of calculating the interest charged or earned on a principal amount over a specific period of time. It is computed using the formula ( I = P \times r \times t ), where ( I ) is the interest, ( P ) is the principal amount, ( r ) is the annual interest rate (as a decimal), and ( t ) is the time in years. Unlike compound interest, simple interest does not take into account any interest that has previously accrued on the principal. This makes it straightforward and easy to calculate for short-term loans or investments.


How to calculate compound interest using a monthly investment calculator?

A simple formula can be used to calculate the amount the dollar invested is worth over a monthly period. Use PV*(1+R)/N where PV is your present investment, R is your interest rate and N is the number of investment periods.


Which type in interest is figured on a specified time frame?

The type of interest that is calculated over a specified time frame is called &quot;simple interest.&quot; Simple interest is determined using the formula ( I = P \times r \times t ), where ( I ) is the interest earned, ( P ) is the principal amount, ( r ) is the annual interest rate, and ( t ) is the time in years. It is straightforward and does not take into account any compounding, making it easy to calculate over fixed periods.


Calculate the amount of interest on a loan of 3200 at 6 percent interest for 60 days using the ordinary interest method?

32


What is an advantage of using the range as a measure of variation?

It is simple to calculate.