UsingControlStructuresmain method to the class, and in the main declare and initialize a variable to represent a person's age.main method, write an if-else construct to print out You are old enough to drive if the person is old enough to drive and You are not old enough to drive if the person is too young.for loop that prints out all the odd numbers from 100 to 0 in decreasing order.while loop instead of a for loop.
Submission: Submit all of your code for this lab.