Algorithms with Decisions and Repetition: Learn how to write algorithms that include conditionals and iteration.
Representing Algorithms as Flowcharts: Learn how to use diagrams to represent algorithms by drawing flowcharts.
Using Boolean Expressions and Relational Operators: Using Boolean expressions that are composed of relational operators.
Comparing Objects with the Equals Method: Use the equals method to compare objects
if
Using Nested If Statements: Using nested if statements.
Writing Equivalent if Statements: Writing equivalent if statements.
while
for