Assume x = 4 and y = 5, which of the following is true?

a. x < 5 && y < 5
b. x < 5 || y < 5
c. x > 5 && y > 5
d. x > 5 || y > 5

b x < 5 is true, but y < 5 is false. So A is false. B is true. C and D are both false, because x > 5 is false and y > 5 is false. The correct answer is B.

Computer Science & Information Technology

You might also like to view...

A warning symbol in the row selector box indicates that this macro action is not trusted

Indicate whether the statement is true or false

Computer Science & Information Technology

A(n) ________ query is used to update or change data automatically based on criteria that you specify

A) make table B) update C) append D) delete

Computer Science & Information Technology