The reason isin the questionMissed-method


for (int i = 0; i < questionWrong.length; i++) {
if (!userAnswers[i].equals(correctAnswers[i])) {
i =...