Given the variable declarations int x = 4; int y = 3; int z = 4; what

Question:

Given the variable declarations

int x = 4;

int y = –3;

int z = 4;

what are the results of the following relational expressions?

a. x == 4

b. x == y

c. x == z

d. y == z

e. x + y > 0

f. x – z != 0

g. y * y <= z

h. y / y == 1

i. x * (y + 2) > y - (y + z) * 2

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: