User Forum

Subject :ICSO    Class : Class 7

Which of the given line of codes will cause the computer to produce the following result?
'If the value of a string variable is YES, then transfer the control to the line labelled ONE'

A IF A - "YES" THEN GOSUB ONE
B IF A$ = "YES" THEN GOSUB ONE
C GOSUB ONE IF A$ = "YES"
D IF A = "YES" TRANSFER ONE


Ans 1:

Class : Class 8
b)

Post Your Answer