Helping the students with qbasic programming , math question helping
Helping the students with qbasic programming , math question helping
CLS
INPUT " Enter the principal amount";p
INPUT " Enter the Years";T
INPUT " Enter the Rate";R
SI= (P*T*R)/100
PRINT " Simple Interestt =";SI
END
# Program In Qbasic
Comments
Post a Comment