Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created November 3, 2020 07:20
Show Gist options
  • Select an option

  • Save codeforfun-jp/ba8f92298c58a0f7acdbff8326a7caaf to your computer and use it in GitHub Desktop.

Select an option

Save codeforfun-jp/ba8f92298c58a0f7acdbff8326a7caaf to your computer and use it in GitHub Desktop.
QuizApp 4.1
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