Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Write a shell program to test whether a given number is even
or odd?

Answer Posted / rk

echo"enter number"
read n
set r=($n%2)
if(r eq-0)
then
echo "even number:$n"
else
echo "odd number:$n"
fi

Is This Answer Correct ?    24 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is path in shell script?

1137


I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?

2220


How do I run a shell script in powershell?

1173


What is @echo off?

1067


What is the way to do multilevel if-else's in shell scripting?

1346


What does $0 mean in shell script?

1046


What's the difference between scripting and coding?

1253


How to get the 3rd element/column from each line from a file?

1235


What is shell prompt?

1065


What is awk in shell script?

1271


What are the default permissions of a file when it is created?

1066


How do I open the shell prompt?

1239


How do I run a shell script on a mac?

1183


How to get the last line from a file using just the terminal?

1270


What is a file basename?

1094