You are viewing a single comment's thread. Return to all comments →
read X read Y read Z if test $X -eq $Y -a $X -eq $Z; then echo EQUILATERAL elif test $X -ne $Y -a $X -ne $Z -a $Z -ne $Y ; then echo SCALENE else echo ISOSCELES fi
Seems like cookies are disabled on this browser, please enable them to open this website
More on Conditionals
You are viewing a single comment's thread. Return to all comments →