Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created November 5, 2024 10:58
Show Gist options
  • Save codeforfun-jp/d1227a14aafbd51b68e5b2dfb12cb262 to your computer and use it in GitHub Desktop.
Save codeforfun-jp/d1227a14aafbd51b68e5b2dfb12cb262 to your computer and use it in GitHub Desktop.
[Java Quiz ver2] 5-1
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