say $a == $b && $b == $c ? "All equal" : $a >= $b ? $a >= $c ? "Biggest is $a" : "Biggest is $c" : $b >= $c ? "Biggest is $b" : "Biggest is $c";
In reply to Re: Find the biggest number from three numbers
by JavaFan
in thread Find the biggest number from three numbers
by shrsv
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |