Suppose that you have the following variables declarations: Int x = 20; Int y =
ID: 646339 • Letter: S
Question
Suppose that you have the following variables declarations: Int x = 20; Int y = 15; Int z = 30; Determine whether the following expressions are true or false.a. (X+y<z) || !(2*x<z)
b. (z-x<y) && (z-10 == x) Suppose that you have the following variables declarations: Int x = 20; Int y = 15; Int z = 30; Determine whether the following expressions are true or false.
a. (X+y<z) || !(2*x<z)
b. (z-x<y) && (z-10 == x) Int x = 20; Int y = 15; Int z = 30; Determine whether the following expressions are true or false.
a. (X+y<z) || !(2*x<z)
b. (z-x<y) && (z-10 == x)
Explanation / Answer
false
true