Create a program that asks the user for their age, then displays "You are less than 20." if they are less than 20 years old.
Adjust your previous program by ALSO checking if the user's age is greater than 20, but less than 50. Create a custom message to be displayed in this case.
Finally, add a message that will be displayed if none of the above conditions are true.