public class AboutConditionals extends Object
| Constructor and Description |
|---|
AboutConditionals() |
| Modifier and Type | Method and Description |
|---|---|
void |
basicIf() |
void |
basicIfElse() |
void |
basicIfElseIfElse() |
void |
basicSwitchStatement() |
void |
nestedIfsWithoutCurlysAreReallyMisleading() |
void |
shortCircuit() |
void |
switchStatementConstants() |
void |
switchStatementCrazyFallThrough() |
void |
switchStatementFallThrough() |
void |
switchStatementSwitchValues() |
public AboutConditionals()
public void basicIf()
public void basicIfElse()
public void basicIfElseIfElse()
public void nestedIfsWithoutCurlysAreReallyMisleading()
public void basicSwitchStatement()
public void switchStatementFallThrough()
public void switchStatementCrazyFallThrough()
public void switchStatementConstants()
public void switchStatementSwitchValues()
public void shortCircuit()
Copyright © 2016 Portland State University. All rights reserved.