Skip to content

Instantly share code, notes, and snippets.

@codingwithsara
Created January 25, 2019 00:04
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/c5ed3a512f388005ad1b85e01876a2a1 to your computer and use it in GitHub Desktop.
Save codingwithsara/c5ed3a512f388005ad1b85e01876a2a1 to your computer and use it in GitHub Desktop.
String quizData[][] = {
// {"Image Name", "Right Answer"}
{"image_circle", "circle"},
{"image_triangle", "triangle"},
{"image_square", "square"},
{"image_pentagon", "pentagon"},
{"image_hexagon", "hexagon"}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment