let i = 0;
while (i <= 10) {
if (i % 2 === 0) {
i++;
continue;
}
console.log(i);
i++;
}
Answers
Answered by
0
Answer:
idged
Explanation:
hsxhhtkhdxhtrgitaxchk
Similar questions