Computer Science, asked by sanjibsinghaisha, 10 months ago

Write a programme in QBasic to find out the amount when principal, rate of interest, time are given by the user

Answers

Answered by XxRohit
2

CLS

INPUT "ENTER PRINCIPLE":P

INPUT "ENTER RATE OF INTEREST";R

INPUT "ENTER TIME DURATION|'T

SI=(P*T*R)/100

PRINT "The amount of interest is ";SI

END

Answered by Jasmine9115
0

Answer:

refer to the attachment (θ‿θ)(◕ᴗ◕✿)(◕ᴗ◕✿)

Attachments:
Similar questions