Bar Bouncer
Write a project 13-BarBouncer
that askes the user to enter their age, and then prints out a message that's appropriate for them.
If the user is less than 21 years old, print out a message telling them that they can't come in. Also, calculate how long it will be until they turn 21, and tell them to come back in the correct number of years (where the program calculates how many years it is until they turn 21).
If the user is old enough to enter, the program should display a couple of lines letting them know that they can enter, and welcoming them in.
Finishing Up
Once your program is working correctly, use your mouse to click-drag over the URL address for your project at the top of the browser window. Copy that link, and give that copied link to the instructor using the procedure given in class.