Write a pseudo algorithm that inputs Age, displays "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 value of Age. Draw a flowchart algorithm for this problem.