This project is a simple multiple-choice quiz game in C++ where the player answers predefined questions and gets a score based on correct answers. 🧠 C++ Quiz Game 📌 Description This is a basic multiple-choice quiz game made in C++ with 5 fixed questions. The player selects answers and receives a score at the end. ✅ Features
- 5 MCQ-based questions
- Instant feedback
- Final score summary 🛠️ Tech Stack
- C++
- Arrays
- Conditional Logic 🧠 Concepts Used
- Arrays
- Loops
- Character comparison
- Score calculation 🚀 How to Run
- Copy and paste into a C++ compiler
- Compile and run
- Answer the questions and check your score!