explain if else statement with its construct
Answers
Answered by
2
Answer:
The if-else is statement is an extended version of If. ... n this type of a construct, if the value of test-expression is true, then the true block of statements will be executed. If the value of test-expression if false, then the false block of statements will be executed.
Answered by
0
The If-Else statement:
The if-else is statement is an extended version of If. ... n this type of a construct, if the value of test-expression is true, then the true block of statements will be executed. If the value of test-expression if false, then the false block of statements will be executed.
Similar questions