January 2022
Beginner
424 pages
8h 8m
English
How to use if statements to execute different statements based on a Boolean condition
How to use if expressions to generate different values based on a Boolean condition
How to use while statements to repeat some statements as long as a Boolean condition holds
How to use for statements to repeat some statements for a definite number of times
What is the scope of validity of variables