so, in my program, I must use an equation--- where the "total" is equal to "p" times "e"with the power of "r"times "t".
How would I print that?
Can I print it like this---
total = p * pow(pow(e,r),t)
?
is that correct or wrong?
help please :o
yes, i am trying to print
total = p * e^(r * t).
i was correct! thank you so much!