# 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.
Click the virtual machine below to start practicing