relational expression

Indicate if it is true or false.

a) x <= y is the same as y>x
b) x != y is the same as y >= x
c) x >= y is the same as y <= x

Come on, now. You don't actually expect us to do your theoretical homework for you, do you?

http://www.cplusplus.com/articles/DjGEy60M/

-Albatross
chuttar
Depends on the types of x and y
Topic archived. No new replies allowed.