Index
layout: default
title: Conditionals: if and else
Objectives¶
- Use
if,else if, andelseto make runtime decisions in your code.
Topics¶
- Sequential Execution
ifStatementifSyntax- Code Blocks
ifandelse ififandelse- Nested Control Statements *
- Comparing Strings in Java
- Labs