Computer Science, asked by sucharitamohanty3375, 3 months ago

Write a program to display Simple Interest. in qbasic

Answers

Answered by ISHANPATIL123
0

Answer:

— Display simple interest. REM PROGRAM TO DISPLAY SIMPLE INTEREST. Input principal, rate, time and display total amount. Input principal, rate, time and display simple interest and total amount. Input amount, rate, time and display principal. Input simple interest, rate, time and display principal.

Similar questions