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.