Computer Science, asked by Anonymous, 4 days ago

Q.7 State whether the following statements are ‘True’ or ‘False’:
1) if statement is also called as a conditional statement.
2) A conditional statement is essentially formed by using relational operators.
3) An if-else construct accomplishes ‘fall through’.
4) In a switch case, when the switch value does not match with any case then the execution transfers to the default case.
5) The break statement may not be used in a switch statement.

Answers

Answered by aaradhyaparab21
1

Answer:

1) True

2)True

3) False

4)True

5) False

Explanation:

As it was said only to state, So i won't be giving explaination for the Ans

Hope you mark it as brilliant.

Answered by sendiptarko
1
1)True
2)True
3)False
4)True
5)False
Similar questions