a. the comparison operators are evaluated last
b. the arithmetic operators are evaluated last
c. the logical operators are evaluated last
d. the operators are evaluated in order
You may test an initial condition of a posttest loop by ____.
a. using a nested loop for the initial condition
b. placing the posttest loop inside a selection structure
c. resetting the counter variable on each pass of the loop
d. initializing all loop variables to zero
The optional ____ keyword in the syntax of the ReDim statement tells the computer to
keep the current array values when the size of the array changes.