Computer Science, asked by rock0, 11 months ago

to print the sum of squares of even number from 1 to 20 in reverse order.make a QBASIC program on it ​

Answers

Answered by Rajvaibhav87365
34

Before knowing the answer first let me guess

ओम् तुक्काय नमः

You are student of class 7

The question you are asking is in book.named. IT BEANS by. KIPS

this question is of chapter 9 looping statement

If my guess is correct mark me as brainliest and know your answer

Answer:

CLS

SUM=0

FOR A =20 TO 1 STEP - 2

B=A*A

SUM=SUM+B

NEXT A

PRINT "THE SUM IS" ;SUM

END

Answered by eanubhav
3

the answer is this only for uout

Attachments:
Similar questions