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 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


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.


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.


The amount of money charged for borrowing or using money?

Simple Interest


Assuming a 30-day period in November calculate November's interest using the average daily balance method?

Use this simple formula: I=Average daily balance times the interest rate, divided by 366 times 30 days in November.


How do you calculate a single payment loan?

To calculate a single payment loan, you need to determine the principal amount, the interest rate, and the loan term. The total amount to be repaid at maturity can be calculated using the formula: Total Repayment = Principal × (1 + Interest Rate × Loan Term). This formula assumes simple interest is applied. For more complex interest calculations or different compounding periods, adjustments may be necessary.