✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Write the Output of the code
int i = 1;
do {
System.out.print(i + " ");
i += 2;
} while (i <= 7);
}
}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!