What should I add to print all the questions I have passed in the driver class?

后端 未结 0 780
刺人心
刺人心 2020-12-06 21:27

These are my quiz and question class.

class Question{
    String question, answer;
    Question()
    {
        question = null;
        answer = null;
    }
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题