User Forum

Subject :ICSO    Class : Class 6

Given below is a program typed in QBasic. What would happen when you try to run it?
Num$ = "Type"
Num = 10
PRINT Num

AIt will display an error.
BIt will display Type on output screen.
CIt will display 10 on output screen.
DIt will display blank output screen.


Ans 1: (Master Answer)

Class : Class 1

Answer:C


Post Your Answer