Coding 2: For Loop (12 points) Boot camp consisted of an interesting "descending ladder" workout today. Participants did
Posted: Sun May 15, 2022 12:13 pm
stockprices S22
35754.75
35719.43
35227.03
34580.08
34639.79
34022.04
34483.72
35135.94
34899.34
35804.38
35813.80
35619.25
35601.98
35813.80
35931.05
36142.22
36087.45
36100.31
35921.23
36079.94
36319.98
PYTHON LANGUAGE
Coding 2: For Loop (12 points) Boot camp consisted of an interesting "descending ladder" workout today. Participants did 18 exercises in the first round and three less in each round after that until they did 3 exercises in the final round. How many exercises did the participants do during the workout? (63 for testing purposes) Write the code so that it provides a complete, flexible solution toward counting repetitions. Ask the user to enter the starting point, ending point and increment (change amount).
35754.75
35719.43
35227.03
34580.08
34639.79
34022.04
34483.72
35135.94
34899.34
35804.38
35813.80
35619.25
35601.98
35813.80
35931.05
36142.22
36087.45
36100.31
35921.23
36079.94
36319.98
PYTHON LANGUAGE
Coding 2: For Loop (12 points) Boot camp consisted of an interesting "descending ladder" workout today. Participants did 18 exercises in the first round and three less in each round after that until they did 3 exercises in the final round. How many exercises did the participants do during the workout? (63 for testing purposes) Write the code so that it provides a complete, flexible solution toward counting repetitions. Ask the user to enter the starting point, ending point and increment (change amount).