Ask a Teacher



write an algorithm to print odd number between 1 and 20?


Start 
For n=1 to 20 step 2 
Print n 
Next n 
End



comments powered by Disqus