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);
}
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)
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.
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.
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
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.
Using simple interest is easier for people to understand. Customers will be able to manage their payments if a business uses simple 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.
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.
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.
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
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
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.
32
It is simple to calculate.
Simple Interest
Use this simple formula: I=Average daily balance times the interest rate, divided by 366 times 30 days in November.
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.