Computer Science, asked by biswadeepsaha67, 1 year ago

write a program in while loop to print the product of first 10 odd numbers in reverse order

Answers

Answered by harshmehta39
0
For A= 1 to 10 step 2
TextWindow.WriteLine (A)
ENDFOR
Similar questions