When using counters and loop variables that are incremented and decremented by a fixed amount, you can determine ahead of time how many times the loop should iterate. This kind of loop is called a(n) ____.
A. infinite loop
B. indeterminate loop
C. determinate loop
D. nested loop
Answer: C
Computer Science & Information Technology
You might also like to view...
What is the output of the following code segment?
``` y = 1; while (y <= 20) y *= 2; cout << y << endl; ```
Computer Science & Information Technology
To format the report title, begin the report title at about ____________________" and apply the ____________________ style.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
If no records match the condition in the DGET function, it returns #VALUE!
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
In a tree, the ____ is a measure of the distance from a node to the root.
A. count B. degree C. branch D. height E. level
Computer Science & Information Technology