Computer Science, asked by sanchitsourish4, 10 hours ago

(x z) && (y==3) Evaluate the operator​

Attachments:

Answers

Answered by gauravchandra310
0

Answer:

I don't know the answer mark me as brainliest

Answered by aakashmutum
1

Question-

(x>z) && (y==3) Evaluate the operator​

Answer-

> - This operator is the greater than operator. It is used to compare values.

== - This operator is used to assign values to a variable

&& - This operator is same as "and".

So the c0de is saying that, "x is greater than z and y is equal to 3".

Similar questions