Explain the use of if..else control structure
Answers
Answered by
1
Answer:
“if (condition is true)” is the control structure. “block one” is the to be executed if the condition is true. {…else…} is the fallback if the condition is false. “block two” is the block of executed if the condition is false.
Answered by
1
Answer:
to make an imaginary statement
Explanation:
if is used for making the sentence of imagination or possibility
Similar questions