write a program in while loop to print the product of first 10 odd numbers in reverse order
Answers
Answered by
0
For A= 1 to 10 step 2
TextWindow.WriteLine (A)
ENDFOR
TextWindow.WriteLine (A)
ENDFOR
Similar questions