Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Difficulty: EASY

Remember to write readable, clean code with object oriented principles. The goal of this challenge is to practice Java OOP concepts while maintaining simplicity.

Beware of over engineering. The hardest thing is to find balance.

Quiz description:

Create command line Java application Quiz.

Lifecycle of application:

  1. Start application.
  2. Greet player in console and describe your quiz.
  3. Print out first question. Don’t forget to include which kind of question it is.
  4. Print possible answers.
  5. Scan input.
  6. Repeat 3.-5. until last question.
  7. Print out how many answers were correct.
  8. End program

Constraints:

  • There has to be at least two types of questions - e.g. single choice, multiple choice, open answer.
  • Each question has at least two answers to choose from (max 5).
  • Collect user points and print them after quiz ends.
  • Quiz has to have at least 3 questions.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages