cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Help. (if else statement)
Help. (if else statement)
Sep 3, 2014 at 1:29pm UTC
Jeli
(1)
del
Last edited on
Sep 3, 2014 at 5:03pm UTC
Sep 3, 2014 at 1:34pm UTC
kbw
(9488)
1
2
3
4
if
(num1 > num2 > num3)
else
if
(num1 > num3 > num2)
else
if
( num2 > num1 > num3) ...
This isn't doing what you think.
Topic archived. No new replies allowed.