Computer Science, asked by hadfaurooj, 3 months ago

Write sequential codes for the following algorithm. 1- Get the value of principal, time and rate of interest.​

Answers

Answered by valeriy69
2

\small\mathsf\color{pink}{Solution\: using\: python\: 3}

p = float(input("p: "))

t = float(input("t: "))

r = float(input("r: "))

\small\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions