Computer Science, asked by samarthpathak4225, 6 months ago

write a programme of odd number between 1 and 100​

Answers

Answered by minleejum1993
2

Answer:

3 5 7 11 13 17 23 29 31 37 41 43 47 49 51 53 57 61 67 71 73 81 83 87 91 93 97

Answered by venikrishna2918
0

Answer:

In this program, we will see how to print odd numbers between 1 to 100. We will loop from 1 to 100 and if num%i==1, then number is odd and we will print it.

Hope it is usefull.

Similar questions