Computer Science, asked by amarnat45161, 11 months ago

write a program accept principal,rate,time.Calculate Simple Intrest and print the result.​

Answers

Answered by rojinashrestha468
0

Answer:

CLS

INPUT "Enter principal";p

INPUT"Enter time";t

INPUT "Enter rate";r

SI=(p*t*r)/100

PRINT"simple interest is=";SI

END

Explanation:

Answered by Arjun010
0

Explanation:

Answer is attached in above Image

Hope this helps u

Pls mark as brainliest..

Attachments:
Similar questions