What output will the program produce:
System.out.println(x+"+"+y+"="+(x+y));



What output will the program produce: System.out.println(x+"+"+y+"="+(x+y));..

Answer / anu shibin

if x=2, y=4, the output will be :

2+4=6

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

What is MEAN in javascript

1 Answers  


What is the role of javascript in a web page?

0 Answers  


How do you know if a set of points is a function?

0 Answers  


What does the term sticky session mean in a web-farm scenario?

0 Answers  


Is javascript necessary for web development?

0 Answers  


What is Minification

1 Answers  


How to get value from dropdown (select) control?

0 Answers  


What is the use of window object?

0 Answers  


What is the potential disadvantage of using a sticky session?

0 Answers  


What is the requirement of debugging in javascript?

0 Answers  


What is js full form?

0 Answers  


What are data structures in javascript?

0 Answers  


Categories