Write an algorithm to print the odd number from 100 to 1
1 answer:
Answer:
In python:
for x in range(0,100):
if x % 2 == 1:
print(x)
You might be interested in
The active window
is the answer
Command Specifics to a cpu or a microprocessor it is code <span />
Answer:
Explanation:
ok i will do it for ya