This is a large topic and is broken to 4 parts. Please complete each section along with the practice exercises.
Please complete each of the four parts. Here is a brief list of what each part covers:
Learn the structure of an if statement, and how to use numeric comparison operators.
Exercises involve inputting some scores, and comparing them in various ways
Learn how to test for more than one condition at a time.
Add to the practice exercises from Topic 4a by lookin for some more complicated scenarios.
Begin to make a ChatBot v1.0 to take over the world (or at least steal some credit card numbers).
Compare text that is case sensitive and not when appropriate.
Use the 'else' clause to run code when your condition is false.
Choose three of the programming exercises and complete them.
Use if statements to solve more complicated problems, where there are several possible outcomes.
Use IPO charts to help with more difficult problems.
Complete the programming exercises.
Complete the Online Quiz: http://programarcadegames.com/quiz/quiz.php?file=if_statements&lang=en
Upgrade your ChatBot to v1.1 to further your goal of world domination.