diff --git a/agtb.sh b/agtb.sh index ac23317..b0b325c 100644 --- a/agtb.sh +++ b/agtb.sh @@ -7,9 +7,9 @@ #Author: Ankam Ravi Kumar # START # -echo "enter the a vloue $a" +echo "enter the a value $a" read a -echo "enter the b volue $b" +echo "enter the b value $b" read b if test "$a" -gt "$b" ; then echo "$a is greater than $b" @@ -17,4 +17,4 @@ else echo "$b is greater than $a" fi -# END # \ No newline at end of file +# END #