What output will the program produce:
System.out.println(x+"+"+y+"="+(x+y));
Answer Posted / 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 View All Answers
What is the data type of variables of in javascript?
Is jquery easier than javascript?
What are the data types supported by javascript?
How host objects are different from native objects in javascript?
What would be the result of 3+2+”7″?
What is null in js?
What is escape() function?
Why is var better than let?
In which location cookies are stored on the hard disk?
What is the use of a number object in javascript?
How to hide javascript code from old browsers that dont run it?
What are the four basic data structures in javascript?
What are all the looping structures in javascript?
How to change style on an element?
What is the use of type of operator?