Computer Science, asked by emilytackoor, 2 months ago

Complete the following algorithm, to print all the ODD numbers from 1 to 20.
for i = 1 to 20 do
Print ________
End for

Answers

Answered by officialsalman8106
1

Answer:

3 5 7 9 11 13 15 17 19 is the odd number

Similar questions