Cupboard Tutorial Prep: Nino and Hosch Q6.1, 6.4


Q6.1 : Given int x=4, y=6, z=8;, evaluate:

a) false
b) true
c) true
d) false
e) true
f) true
g) false
h) true
i) true
j) false
k) false

Q6.4 : x and y are of type int

a) x > y 
b) x > y && x > z
c) x > y || x > z
d) x == y*z
e) x % 10 == 0
f) x % 2 == 0
g) x >= y && x <= z