A common programming technique is to use a for or ____ loop to cycle through a set of numbers and select numbers meeting one or more criteria.
a. while
b. if-else
c. switch
d. break
a. while
Computer Science & Information Technology
You might also like to view...
To format an axis, click the ________ tab and in the Axes group, click the appropriate Axis button
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which type of loop is guaranteed to execute its body at least once?
a) do-while b) for c) switch d) while
Computer Science & Information Technology