Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Write an application that creates a quiz that contains at least five questions about a hobby, popular music, astronomy, or any other personal...
Write an application that creates a quiz that contains at least five questions about a hobby, popular music, astronomy, or any other personal interest. Each question can be multiple choice (for which valid responses are a, b, c, or d), or true/false (for which valid responses are t and f ). If the user responds to a question with an invalid character, dis- play an error message and prompt the user again. If the user answers the question with a valid and correct response, display an appropriate message. If the user responds to a question with a valid but incorrect response, display an appropriate message as well as the correct answer. At the end of the quiz, display the number of correct and incorrect answers.