CIW Exam Questions

x||y returns true if both x and y are true.

|| is a comparison opertator. x||y returns true if both x and y are true.

A.
FALSE

B.
TRUE