Computer Science, asked by krayush27012007, 4 months ago

a bank offers following rate of interest for fixed deposit:

Time Rate
upto 1/2 9
>1/2 <=1 10
>1 <=3 11
>3 12

the amount A after n years
is calculated by using formula:
A=p×[1+r/100]^t
Using switch case !!!

Answers

Answered by Anonymous
20

Explanation:

a bank offers following rate of interest for fixed deposit:

Time Rate

upto 1/2 9

>1/2 <=1 10

>1 <=3 11

>3 12

the amount A after n years

is calculated by using formula:

A=p×[1+r/100]^t

Using switch case !!!

_________&&

Similar questions