Computer Science, asked by krishasrivastava, 3 months ago

What is the output of the given program?
cls
X$=”Welcome”
Y$=”to”
Z$=”India”
X$=”India”
Print X$;Y$;Z$Immersive Reader

Answers

Answered by eashanmorajkar2006
0

Answer:

The output will be

IndiatoIndia

Just as I wrote with no spaces

Similar questions