Multiple Choice
Which expression is equivalent to if (!(grade == sentinelValue) ) ?
A) if (grade !== sentinelValue)
B) if (grade != sentinelValue)
C) ! if (grade == sentinelValue)
D) ! if (grade !== sentinelValue)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: Which of the following statements about the
Q13: Which of the following is not a
Q14: Which formatting flag indicates that the floating-point
Q15: Which of the following statements is true?<br>A)
Q16: Which of the following is equivalent to
Q18: For the two code segments below: <br>Segment
Q19: Counter-controlled iteration requires<br>A) A control variable and
Q20: Which of the following statements about the
Q21: To exit out of a loop completely,
Q22: Which of the following statements about the