Question: What is the correct output for the following Code? var x=5; var y=6; var z=x+y; document.write(x + ); document.write(y+ ) document.write(z+ )
What is the correct output for the following Code? var x=5; var y=6; var z=x+y; document.write(x + " "); document.write(y+" ") document.write(z+ " ")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
