0
Help me, how to solve 19 code project
Help
3 ответов
+ 3
This task is the loan calculator. You start with an amount of money that keeps decreasing by 10%.
You need to write a loop that runs as many times as the number of periods (payments). Adjust the amount inside the loop, so that it will reflect the remaining after each payment. Finally print the amount.
+ 3
Mentoring doesn't work like this, young man. I am more than happy to help people, who are also willing to learn and make an effort. You will learn nothing from me writing this code. On the other hand if you post your attempt, and explain what gives you trouble, I can set you in the right direction.
Happy learning!
0
Give me the code