Write a q basic program to print the sum of squares of even numbers from 1 to 20 in reverse order.
Answers
Answered by
1
Explanation:
cls
for I = 1 to 20
next I
print I
emd
Similar questions