Please write Python program based on the flow chart on Page 2 of this document.
This flow-chart shows how to calculate compound Interest.
Test Cases for the program.
You can test your program with you own test cases as well as one test case from above.
10 Marks
2 points for each correct line as shown with one of the test case above.
Hint: Formula for a (make sure you use proper variable type and pay attention to formatting of the last line)
a = p * (1 + r / n) ** (n * t)
版权所有:编程辅导网 2021 All Rights Reserved 联系方式:QQ:99515681 微信:codinghelp 电子信箱:99515681@qq.com
免责声明:本站部分内容从网络整理而来,只供参考!如有版权问题可联系本站删除。