Problem
Create a C program and Flowgorithm flowchart that asks the user to enter their age, obtains user's age, and then displays messages based upon the user's input. If the user is under 18, display "You are a minor", it the user's age is between 18 and 65 display the message "You are of working age", if the user is over 65 years of age, display the message "You are retired".