You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Online Quiz App (Console-Based Java Mini Project): This is a simple console-based Java quiz application developed as a mini project to demonstrate the use of control flow, classes, lists, and user input/output in Java.
Objective: Create a console-based Quiz Application that:
Stores questions with multiple-choice options.
Accepts user input.
Evaluates answers and displays the score.
About
Console-Based Java Quiz Application A simple Java mini project that runs a multiple-choice quiz in the console. It uses OOP principles, control flow, and collections to accept user input, score answers, and display results. Perfect for Java beginners and mini-project assignments.