: Create a program like KBC game show where program ask user 3 different question one after another and the user should answer them. If the answer are correct then pop up the message as “you got the right answer” and must ask user does he/she wants to go for next question else quit the game show. If the answer is incorrect then the program should again show the message “sorry wrong answer” and the user is not allowed to continue. The question must contain 4 choices to select the best answer. Student can frame their own message the way they want. Show different types of output for the above program