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
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