filmov
tv
Java: lesson 8 if else scope, decision making.

Показать описание
This lesson shows how to execute some instructions based on the matching condition in if and else constructs. if the condition is true that means it is verified, the program will execute instructions into the condition scope otherwise it will go to check the following condition or if there is an else, the else scope.