Multiple Choice
Which of the following correctly tests the char variable chr to determine whether it is NOT equal to the character B?
A) if (chr > 'B')
B) if (chr < 'B')
C) if (chr != 'B')
D) if (chr != "B")
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: What will be the value of bonus
Q2: In most editors, you are indenting by
Q4: This type of operator determines whether a
Q5: What would be the value of discountRate
Q6: In Java, when a character is stored
Q8: What will be the value of ans
Q10: What is the value of ans after
Q13: When testing for character values, the switch
Q16: Which of the following will format 12.78
Q18: A local variable's scope always ends at