cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
relational expression
relational expression
Oct 28, 2013 at 3:28pm UTC
stuckinthehouse
(29)
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
Oct 28, 2013 at 3:31pm UTC
Albatross
(4553)
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
Nov 4, 2013 at 5:16pm UTC
stuckinthehouse
(29)
chuttar
Nov 4, 2013 at 6:42pm UTC
Cubbi
(4774)
Depends on the types of x and y
Topic archived. No new replies allowed.