SOURCE CODE:
echo “Enter the three nos.”
read a
read b
read c
if [ $a –gt $b –a $a –gt $c ]
then
echo $a “is maximum no.”
elif [ $b –gt $a –a $b –gt -$c ]
then
echo $b “maximum no.”
else
echo $c “is maximum no.”
fi
Jenny's Coding World - A Ultimate Blog for Computer Tricks, Hacks, Tips, SEO, Softwares for Computer & Mobile.