Computer Science, asked by Gungunbajpai06, 11 months ago

Switch case with conditions

Answers

Answered by skumar51247
1

Explanation:

Switch Case statement in C++ with example. Switch case statement is used when we have multiple conditions and we need to perform different action based on the condition. When we have multiple conditions and we need to execute a block of statements when a particular condition is satisfied.

Similar questions