4.3 lesson practice
![43 lesson practice class=](https://us-static.z-dn.net/files/d35/7463e2bb8fd23511bcef07fd80a9dd14.png)
4.3 lesson practice:
1. Count variable loop
2. User input
3. Count variable loop
Suppose you change the program in the last problem so the user enters exactly 17 numbers, the loop would then be an example of a count variable loop.
It should be noted that a count variable loop refers to a control type of program loop that is controlled by an integer which counts up from an initial value to an upper limit.
From the complete question, when the user changes the program in the last problem so the user enters exactly 17 numbers, the loop would then be an example of a count variable loop.
Read related link on:
https://brainly.com/question/19584494