Computer Science, asked by nehachaddha1417, 7 months ago

Explain the working of If then else block.​

Answers

Answered by BrainlyAryabhatta
1

Answer:

Explanation:

Use the If… Then… Else statement to define two blocks of statements. One of the statements runs when the specified condition is True, and the other one runs when the condition is False. When you want to define more than two blocks of statements, use the ElseIf Statement.

Hope it's help you

Similar questions