Computer Science, asked by VikashAron, 1 year ago

explain the use of if control statement

Answers

Answered by Anonymous
0
control statement controls the execution order of java program....
Answered by Aditi1234srivastava
1

Answer:

Explanation:The statement containing if is referred to as bi-directional branching,because it executes the block of statements depending on the conditional expression.The conditional expression consists of relational and logical operators,and must evaluate to either true or false.It can be used in many ways in program.

>if statement

>if else statement

>if else if ladder

Hope this will be helpful☺

Similar questions