View Single Post
Making Decisions
Old
rkhorn
Junior Member
 
Status: Offline
Posts: 8
Join Date: Dec 2017
Default Making Decisions - 12-16-2017, 09:20 PM

This assignment had me create a scene in front of a club where a bouncer asks how old you are, and then, depending on your answer, tells you if you're too old, too young, or are welcome in the club. You have to be exactly 21 to get the welcome message.

This assignment was straight-forward and had me utilize a variable, and then use an if/else statement to determine what the bouncer's output to the user would be based on the user's answer. In this case, I used a nested if/else since there were three possible outputs.

I was looking forward to getting to if/else because you really begin to have to think about how to execute what you have in mind to create.
   
Reply With Quote