Skip to content

MCQ Quiz Program is implemented using Java GUI frameworks - AWT and Swing. The program displays all the questions, their correct answers, the answers selected by the user and the total number of correct answers.

Notifications You must be signed in to change notification settings

AravindCL/Quiz-Program-in-Java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Quiz-Program-in-Java

MCQ Quiz Program is implemented using Java AWT and Java Swing GUI. The program allows the user to answer up to 10 Java programming basic questions. Then it displays a report that shows all the questions, their correct answers, the answers selected by the user and the total number of correct answers. The program uses two two-dimensional arrays, one for storing pairs of question and its possible answers and another one for storing pairs of question and its correct answers. The answer selected by the user is added in the HashMap object for the report.

 

q1

q3

About

MCQ Quiz Program is implemented using Java GUI frameworks - AWT and Swing. The program displays all the questions, their correct answers, the answers selected by the user and the total number of correct answers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%