A. Find the output of the following programs:
Program 1
INPUT "NAME"; N$
INPUT "CLASS"; C
INPUT "TAKEN SCIENCE STREAM (Yes/No)"; A$
IF C=10 AND A$ = "Yes" THEN GOTO BELSE GOTO A
A:
PRINT "WELCOME TO SCIENCE DEPARTMENT"; N$
GOTOC
B:
PRINT "Sorry, you do not belong to this Class"; N$
C:
END
Attachments:
Answers
Answered by
2
Answer:
No Idea. ..........................
Answered by
8
Answer:
this program would be only explained in flowchart and List Of variables
Similar questions