Compound Interest Calculator


dont use this algorithm it doesnt work. im trying to fix it as of now. The square root sign doesnt work for some reason. Compound interest formula is below.

Preview of this algorithm

Icon Variable
Ask for P with default 0
Icon Variable
Ask for r with default 0
Icon Variable
Ask for n with default 1
Icon Variable
Ask for t with default 1
Icon Variable
Set r to (r/100)
Icon Variable
Set r to r/n
Icon Variable
Set r to 1+r
Icon Variable
Set r to r^nt
Icon Output
Print variable r
Icon Variable
Set A to P*r
Icon Output
Print variable A
Icon Output
Print text P*(1 + (r/n)^nt