Write a simple LOOP program for ICSE 9th.
Answers
Answered by
2
for i in range(0, 11):
print(i)
for (i = 0; i <= 10; i++) {
console.log(i)
}
Answered by
2
Answer:
hope it will help you
this is the write ANS
Attachments:
Similar questions