-
-
Save codeforfun-jp/ba8f92298c58a0f7acdbff8326a7caaf to your computer and use it in GitHub Desktop.
QuizApp 4.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| private int rightAnswerCount; | |
| private int quizCount = 1; | |
| static final private int QUIZ_COUNT = 5; | |
| ArrayList<ArrayList<String>> quizArray = new ArrayList<>(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment