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
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment