Computer Science, asked by ranaaryan224, 11 months ago

REM Simple Interest Calculation
CLS
INPUT "Principal : :p
INPUT "Time :":T
IF T<=2 THEN
R=5
ELSEIF T<=5 THEN
R=6.5
ELSEIF T<=7 THEN
R=7.5
ELSE
R=8
END IF
SI=P*R*T/100
PRINT "Simple interest=Rs.":SI
END
Output 2​

Answers

Answered by fardeenahmed511in
0

Answer:

Waoh it's a typical question.....Hope u find ur solution from other experts

Similar questions