explain the use of if control statement
Answers
Answered by
0
control statement controls the execution order of java program....
Answered by
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
Business Studies,
8 months ago
Political Science,
8 months ago
Social Sciences,
1 year ago
Math,
1 year ago