1. What is the purpose of the switch and case statements in Android application development? | ![]() |
2. How do the switch and case statements work in Android application development? | ![]() |
3. Can we use multiple cases for a single switch statement in Android application development? | ![]() |
4. What happens if no case matches the value of the switch statement in Android application development? | ![]() |
5. Can we use switch and case statements with other data types besides integers in Android application development? | ![]() |