Evaluate the following expressions, indicating which ones are true or false.

c) Evaluate the following expressions, indicating which ones are true or false.
1. 10 = = 9 + 1
2. 10 && 8
3. 8 || 0
4. 0 && 0
5. Let X = 10 and Y=9;
X >= 8 && Y <= X


Leave a Reply