Computer Science, asked by vaishnavi9573, 10 months ago

help by goto statement

Attachments:

Answers

Answered by Stuti1230
1

A) CLS

S=0

C=1

A=7

START:

S=S+A

A=A+4

C=C+1

GOTO START:

END


B) CLS

C=1

S=0

A=3

START:

S=S+A

A=A*2

C=C+1

GOTO START:

END

Answered by avinash993650
1

Answer:

hope it will help you thankyou

Attachments:
Similar questions