A beginner-friendly yet structured Java Quiz App 📚 built with core Java concepts like ArrayList, Scanner, and OOP.
It quizzes users with 5 multiple-choice questions, checks their answers, calculates the score, and prints a personalized report card!
🚀 Perfect for internship portfolios and Java practice projects.
- 🧑💻 Collects User Name & Roll Number
- ❓ Asks 5 multiple-choice questions
- 🎯 Validates answers (options 1-4)
- ✅ Calculates Score
- 📝 Generates Report Card
- 🎉 Displays Pass/Fail result
- 🏷️ Developer Signature MADE BY @SHRAVANPUSDEKAR
| Class Name | Responsibility |
|---|---|
| data | Stores user details (Name & Roll No) |
| questions | Stores and displays quiz questions |
| answers | Stores user answers and checks score |
| quizApp1 | The main class to run the full program |
- ✅ Pass: Score 3 or more out of 5
- ❌ Fail: Score less than 3
- Java 17 or above
- IDE: IntelliJ IDEA / Eclipse / VSCode
- Uses:
- ArrayList
- Scanner
- Basic OOP Concepts
- Clone the repository
bash git clone https://github.com/ShravanPusdekar/java-quiz-app.git