CMIS 325 Homework Due: 3 Oct. Write shell scripts to: 1. Present a multiple choice question, gets the user's response, and reports back whether the answer is right, wrong, or not one of the choices. 2. Take a login name as an argument and report whether or not that user is logged on or not, and if so on which terminal. The output should say something like "billybob is logged onto terminal tty2" if the user is logged on, and say "billybob is not logged on" if the user is not logged on. The output of 'who' is insufficient. 3. Take its argument and report whether it is a file, a directory, or something else. Output of the 'file' command is insufficient. 4. Ask for the capital of Japan and repeats until the user answers correctly. 5. Ask the user to guess a number between 1 and 50 and guides the user to the correct answer by repeatedly telling the user if the new guess is less than or greater than the number. 6. Accept a user into a club if he/she is less than 40 kg or greater than 200 kg and he/she is less than 100 cm or more than 200 cm tall. 7. Check whether or not its command line argument is the word 'metacharacter' spelled using any mix of upper and lower case. Name these scripts h1 thru h7. Turn in hardcopy of each script. Use the 'bundle' script in ~dwills/bin/ to make an archive of the files and mail the archive to dwills on backup