Write a program segment that inputs age, display "yes, you can vote" if Age is 18 or older and displays "you are too young to vote" if Age is less than 18, and displays nothing else. Remember to use the comparison operator when checking the values of Age in your IF-Then-Else statements.