Computer Science, asked by kriti8916, 7 months ago

In a concatenated if statement how many blocks will get executed​?​

Answers

Answered by pravinpatil13994
0
  • cbhu2

Explanation:

vswujhiye74stie74erusrwtietiefu

Answered by shilpa85475
0

In a Concatenated If statement will have only one block that will get executed.

Concatenated if is used to join or add two conditions in one statement, hence it will have only one else loop. So, from both of them, either one condition will be true and one block will get executed.

We can use the statements if and else to concatenate and can be used for checking the conditions as many times as possible.

Similar questions