Description
(MATLAB) Make a script called hw6q1.m that does the following:
a) Creates pop-up windows that ask the user for their name and age.
b) Checks to make sure that the user’s age is between 10 and 120.
If their given age is in this range, the script should proceed to part (c).
If it is not, make a warning message pop up that says either: “You must be at least 10 years old.” or “If you’re really over 120 years old, more power to you… but I don’t quite believe you.” –– depending on which response is appropriate. (Then the code should return to part (a), i.e., asks the user again to enter their name and age… keep repeating this if necessary. use waitfor command)