Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 541 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 541 Bytes

Trivia-Game

A simple trivia game built using Java using while loop, if conditional statement and functions.

The game basically is a question based game whereby the user is presented with a question and choices of answers. The user answers what he or she thinks is right The program informs the user if his or her answer is correct and also displays the time the user takes to answer the question When the user ends the game or the game ends the score is display.

Technology used

I used implemented the program using java in Intellij