Problem
Create a Project called "SimpleVariables"
Inside the main() method, declare THREE variables
One variable to store numbers
One variable that will store a person's name
One variable that will store whether they are permitted to work or not
What variable types did you use here? Why did you use those types?