Smallest/Lowest
list.add(new QuestionAnsModel("Smallest Planet","Mercury"));
list.add(new QuestionAnsModel("Smallest Continent","Australia"));
list.add(new QuestionAnsModel("Smallest Ocean","Arctic Ocean"));
list.add(new QuestionAnsModel("Smallest Country by Areay","Vatican City"));
list.add(new QuestionAnsModel("Country with Smallest Population","Vatican City"));
list.add(new QuestionAnsModel("Smallest Republic","Vatican City"));
list.add(new QuestionAnsModel("Smallest Bird","Humming Bird"));
list.add(new QuestionAnsModel("Smallest Joint","Stapes"));
list.add(new QuestionAnsModel("Smallest Bone","Stapes or Stirrup"));
list.add(new QuestionAnsModel("Lowest Point","Dead Sea"));
list.add(new QuestionAnsModel("Lowest Mountain Range","Buena Bhaile"));
Comments
Post a Comment