User Forum

Subject :NCO    Class : Class 6

What is the output of the given program?
CLS
LET X$ = "Welcome"
LET Y$ = "to"
LET Z$ = "India"
PRINT X$;Y$;Z$
A Welcome to India
B Welcome toIndia
C Welcometo India
D WelcometoIndia


Ans 1:

Class : Class 6
IT SHOULD BE ''A''

Ans 2:

Class : Class 7
It is D as there is no space in any of the quotation marks. If you don't believe me then type the program in Basic 256

Ans 3:

Class : Class 6
A!

Ans 4:

Class : Class 7
A When a program is written on the next line there is a space

Post Your Answer