I\'ve got two arrays of question and answers
String questions[] = { \"Q1?\", \"Q2?\", \"Q3?\"}; String answers[] = { \"A1?\", \"A2?\", \"A3?\"}
Create a class QuestionAndAnswer and use an array of that class.
QuestionAndAnswer