Check Voter Eligibility

# Introduction In this lab, the program checks if a person can vote or not based on their age by getting an integer input for the `age` variable, and prints `Can Vote` if the age is greater than or equal to `18`, and `Cannot Vote` otherwise.

|60 : 00

Click the virtual machine below to start practicing