Computer Science, asked by priyaraipur99, 5 months ago

write the difference between if else if statement and switch statement​

Answers

Answered by rakeshk54341
0

Answer:

The main difference between them is, if-else statement evaluates a condition and if the result turns out to be true then only the if block would be executed otherwise else block.

Similar questions