Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Java Status Made by

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.


🚩 Features

  • 🧑‍💻 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

📂 Project Structure

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/Fail Rules

  • Pass: Score 3 or more out of 5
  • Fail: Score less than 3

💻 Technologies Used

  • Java 17 or above
  • IDE: IntelliJ IDEA / Eclipse / VSCode
  • Uses:
    • ArrayList
    • Scanner
    • Basic OOP Concepts

🚀 How to Run the Project

  1. Clone the repository

bash git clone https://github.com/ShravanPusdekar/java-quiz-app.git

About

A simple console-based Java Quiz Application where users can answer multiple-choice questions and receive a report card at the end. Built using core Java concepts like ArrayList, loops, user input (Scanner), and classes — perfect for beginners learning Java!

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages