Multiple Choice
When you use a while loop to compute the sum of several values, you should initialize the variables holding the sum to:
A) 0.
B) 1.
C) NULL.
D) There is no need to initialize them.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: A logic error is likely to happen
Q24: A special value that the user enters
Q25: When a loop condition is grade >=
Q26: A loop condition may be simplified by
Q27: A while loop can be nested inside
Q29: You have a for loop nested in
Q30: When you use a sentinel value for
Q31: When reading data from a user, the
Q32: In a for loop, a loop control
Q33: How many times will a loop with