Computer Science, asked by junaid262, 9 months ago

Q3 How
to write
a
Program
on GW Basic​

Answers

Answered by ranadinesh777
1

Answer:

Program:

10 CLS.

20 READ A,B,C,D.

30 SUM= A+B+C+D.

40 PRINT “SUM OF 15,30,20 AND 325 IS…=”; SUM.

60 END.

Step 1 START.

Step 2 STORAGE A=1.

Step 3 DECISION IS A <=4, IF NOT THEN GOTO STEP 8.

Similar questions