Problem1527--C Programming Practicals 2 problems-3

1527: C Programming Practicals 2 problems-3

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 630  Solved: 205
[Submit] [Status] [Web Board] [Creator:]

Description

Input deposit, rate and time and then calculate interest.

Input

Enter deposit :2.000000 Enter annual interest rate :1.322000 Enter time in years:3.000000

Output

Interest is = 0.080373

Sample Input Copy

2.000000
1.322000
3.000000

Sample Output Copy

Interest is = 0.080373

Source/Category

104