Skip to content

Instantly share code, notes, and snippets.

@codingwithsara
Created October 17, 2018 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codingwithsara/318c573790b0cab0af3ec39aa6577af0 to your computer and use it in GitHub Desktop.
Save codingwithsara/318c573790b0cab0af3ec39aa6577af0 to your computer and use it in GitHub Desktop.
5-1
private int rightAnswerCount = 0;
private int quizCount = 1;
static final private int QUIZ_COUNT = 5;
ArrayList<ArrayList<String>> quizArray = new ArrayList<>();
ArrayList<String> test = new ArrayList<>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment