Computer Science, asked by shreyarjun, 8 months ago

Write a q basic program to print the sum of squares of even numbers from 1 to 20 in reverse order.​

Answers

Answered by eanubhav
1

Explanation:

cls

for I = 1 to 20

next I

print I

emd

Similar questions