Computer Science, asked by geethikar77, 4 months ago

Explain the use of if..else control structure

Answers

Answered by Anonymous
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 Anonymous
1

Answer:

to make an imaginary statement

Explanation:

if is used for making the sentence of imagination or possibility

Similar questions