Quick Quiz

Write a multiple-choice quiz on a topic of your choice. There should be 5 questions, and each question should have 3 possible answers. Use if statements to give feedback and if they answered correctly, to increment their score. At the end of the quiz, display a suitable message to the user, for example, “You are a genius”, “Not bad”, or “Must try harder!” depending on the user’s score.

Scroll to Top