Question 1 [10 marks]
Develop an app that asks users to select their favourite type of music and then recommends a playlist based on their preference. The app should consider popular genres, artists, and songs from various regions worldwide. Utilise either an "if" or "switch" statement. An example of input and output for the above question: Input: The user selects "Pop" as their preferred genre of music. Output: The app displays a playlist featuring popular pop artists such as Taylor Swift, Ed Sheeran, and Ariana Grande. ​