The need to initialize variables or make some other evaluations prior to entering a repetition loop is so common that the ____ statement allows all the initializing statements to be grouped together as the first set of items within the statement's parentheses.
A. for
B. while
C. do-while
D. switch
Answer: A
You might also like to view...
Which of the following statements about the for statement is false?
a. The three expressions in the for statement are optional. b. The initialization and increment expressions can be comma-separated lists. c. You must declare the control variable before the for statement. d. A for statement can always be used to replace a while statement, and vice versa.
What is Kruskal's algorithm?
a. An algorithm to determine the minimum spanning tree b. A sorting algorithm c. An algorithm to remove cycles from a graph d. An algorithm to remove duplicate vertices from a graph
All of the following statements are TRUE about the Watch Window EXCEPT:
A) The workbook that contains the watched cell must be closed and must remain closed. B) The Watch Window is particularly useful when you want to monitor the effect of your changes to values in several other worksheets or workbooks. C) As soon as the workbook is closed, any cells that are being watched are removed from the Watch Window. D) The Watch Window makes it possible to monitor cells the user considers important in a separate window.
Solver models can be saved and restored by clicking the Load/Save button on the ________ dialog box
A) Solver Parameters B) Scenario Data C) Scenario Manager D) Solver Manager