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

Explain unescape() and escape() in javascript?

0 Answers  


What is a boolean search?

0 Answers  


Is a function an object?

0 Answers  


How to access the value of a textbox using javascript?

0 Answers  


Is java is a fully object object oriented language?

2 Answers  






What is noscript tag?

0 Answers  


Which software is best for javascript?

0 Answers  


What are the different functional component in javascript?

0 Answers  


How many days it will take to learn javascript?

0 Answers  


How do I retrieve a cookie with a given name using a regular expression?

0 Answers  


Does spacing matter in javascript?

0 Answers  


what is the function of public class main ?

0 Answers  


Categories