Selection statements | Java
It is also called decision making statement.
Among several options only one option will be selected and executed based on some condition.
There are two conditional statements comes under selected statements -
if else Statement
It is used to evalua...
blogs.xanderbilla.com8 min read