In this lesson, we will learn about using if-else, else-if and switch cases. We will learn who to make logics that if something happens, do that…other wise do something else.
Read More »Tag Archives: switch cases
JAVA #11 – Conditional Statements and Switch Cases
Conditional Statements in Java A conditional statement is an expression that produces a true or false result. You can use that result as you see fit. To create the expression, you use the Boolean operators we studied in the previous lesson. In the previous lesson, we saw only how to …
Read More »