These are my quiz and question class.
class Question{ String question, answer; Question() { question = null; answer = null; }