Computer Science, asked by kajalpr62591, 7 months ago

Write an algorithm to calculate the interest if p=1000 t=2 year r=10%

Answers

Answered by deeptanshu84
0

INPUT 1000

INPUT 10%

INPUT 2

COMPUTE S=1000*10*2/100

PRINT S

Similar questions