Computer Science, asked by Anonymous, 6 months ago

Write a simple LOOP program for ICSE 9th.​

Answers

Answered by valeriy69
2

\small\mathsf\color{pink}{Solution\: using\: python\: 3}

for i in range(0, 11):

print(i)

\small\mathsf\color{pink}{Solution\: using\: JavaScript}

for (i = 0; i <= 10; i++) {

console.log(i)

}

\small\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Answered by Harshitachandak
2

Answer:

hope it will help you

this is the write ANS

Attachments:
Similar questions