This is a premium course. To view and assign premium course, you must upgrade your account
Learn to create logic structures to help your programs make decisions for you
Learn to use the IF THEN logic structure to help your programs make decisions
Use an if-statement to add ellipses to strings that have been truncated
A boolean is a type of data that is either equal to true or false.
Learn to add ELSE statements to your IF THEN structures
Sometimes IF THEN ELSE is not enough options, and we may need addition IF conditions.
We can also nest if statements inside of one another.