Computer Science, asked by steveshaju25, 1 year ago

Write an algorithm to find and display simple intrest

Answers

Answered by mohitabichandap848tm
0

Answer:

i am telling u the logic only rest u have to use your brain

Explanation:

in java / c / c++ only

(s*i*t)/100

it will be in the main section

Answered by Gajoh
0

step1; start the program

step2;read p,t,r

step3;calculate interest

i=p*t*r/100

step5;print i

step6;end the program

Similar questions