-
-
Save codeforfun-jp/d1227a14aafbd51b68e5b2dfb12cb262 to your computer and use it in GitHub Desktop.
[Java Quiz ver2] 5-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; | |
private static final int QUIZ_COUNT = 5; | |
private ArrayList<ArrayList<String>> quizArray = new ArrayList<>(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment