Multiple Choice
Which of the following is not an error (either a syntax error or a logic error) ?
A) Neglecting to include an action in the body of a while statement that will eventually cause the condition to become false.
B) Spelling a keyword (such as while or if) with a capitalized first letter.
C) Using a condition for a while statement that is initially false.
D) An infinite loop.
Correct Answer:

Verified
Correct Answer:
Verified
Q13: Which of the following terms is not
Q14: Which of the following code segments does
Q15: Which primitive type can hold the largest
Q16: Which of the following segments is a
Q17: In an activity diagram, the merge symbol
Q19: Which of the following is not represented
Q20: Which of the following is not a
Q21: Which of the following statements about the
Q22: Which of the following statements is true?<br>A)
Q23: Which of the following is not a