Write a script called nosy that will do the following:
Ask the user's full name—first, last, and middle name.
Greet the user by his or her first name.
Ask the user's year of birth and calculate the user's age.
Ask the user's login name and print the user's ID (from /etc/passwd).
Tell the user his or her home directory.
Show the user the processes he or she is running.
Tell the user the day of the week, and the current time in nonmilitary time.
The output should resemble the following:
The day of the week is Tuesday and the current time is 04:07:38 PM.