write the difference between if else if statement and switch statement
Answers
Answered by
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