Write a shell script called poject.21 to read from the keyboard and display on the monitor first name, last name and age if the age is less than 50. If the age is greater than 50, it will display your are over 5 instead of the age.
Use 3 different variable names and a "Loop construct" for reading and displaying.
The program repeats asking and displaying these information until you enter 101 for the age