Created By: M Ritter | Difficulty Level: 3
Citizens can vote in an election if they are 18 or older and are registered to vote. An algorithm is required to prompt the user for their age. If they indicate they are at least 18, the algorithm prompts for their registration status. If registered, they are informed they can vote, otherwise they are prompted to register. Any users under 18 are informed they are too young to vote.
Drag from here
Construct your solution here