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
Q2: What is the value of ans after
Q4: What will be the value of x
Q6: What would be the value of discountRate
Q10: What will be the values of ans,x,and
Q11: What will be the values of ans,x,and
Q12: What would be the value of bonus
Q20: What will be the value of pay
Q39: If chr is a character variable, which
Q43: The if-else statement will execute one group
Q57: This is a boolean variable that signals