Write a program to calculate the amount that will result from the doubling to understand which choice results in a larger amount | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Write a program to calculate the amount that will result from the doubling to understand which choice results in a larger amount

3rd May 2021, 1:19 PM
Memet Ekin Parlar
Memet Ekin Parlar - avatar
5 Answers
+ 6
Hello there! Could you please add your attempt/code so that the community can help you more easily? Thanks :)
3rd May 2021, 1:21 PM
Matthew
Matthew - avatar
+ 3
Memet Ekin Parlar , you have joined sololearn 3 h ago, also you started with the python tutorial. we are happy to welcome you here. If you have neither Python experience nor any knowledge in an other programming language, it will be difficult to solve this task. i would recommend you: ▪︎continue in learning python step by step ▪︎do practicing basic tasks in python ▪︎if you feel more familiar with all this, try to solve this task again -> be patient, everything takes its time. happy coding and good success!
3rd May 2021, 1:50 PM
Lothar
Lothar - avatar
+ 2
First complete the python for beginners course you will get your answer of this question
3rd May 2021, 2:16 PM
Atul [Inactive]
0
Let's see how exponentiation can be useful to perform the calculation. For example, if we want to calculate how much money we will have on the 5th day, we can use this expression: 0.01*(2**5) = 0.32 dollars (multiply the penny by 2 raised to the power of 5).
3rd May 2021, 1:26 PM
Memet Ekin Parlar
Memet Ekin Parlar - avatar
- 1
I don't know ı start new
3rd May 2021, 1:25 PM
Memet Ekin Parlar
Memet Ekin Parlar - avatar