Multiple Choice
To a value means to increase it.
A) add up
B) accumulate
C) increment
D) total
E) decrement
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: The ++ operator<br>A)adds one to the value
Q2: When a loop is nested inside another
Q3: The while loop has two important parts:
Q4: For data validation, it is best to
Q4: A while loop may have a semicolon
Q5: are C++ operators that change their operands
Q6: A sentinel is a special value that<br>A)marks
Q10: The statement causes a loop to terminate
Q11: The while loop has two important parts:
Q26: A while loop is somewhat limited because