Computer Science, asked by krishna2006ram, 10 months ago

let i = 0;

while (i <= 10) {
if (i % 2 === 0) {
i++;
continue;
}
console.log(i);
i++;
}

Answers

Answered by kamranmohd227
0

Answer:

idged

Explanation:

hsxhhtkhdxhtrgitaxchk

Similar questions