Best jobs and advice
!doctype>
Shell Script Example
read
X
read
Y
read
Z
if
[
$X
=
$Y
] && [
$Y
=
$Z
]
then
echo
"EQUILATERAL"
elif
[
$X
=
$Y
] || [
$Y
=
$Z
]
then
echo
"ISOSCELES"
else
echo
"SCALENE"
fi
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)