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
How to set the cursor to wait in JavaScript?
how to run the servlet in tomcat
How to use external JavaScript file?
Explain promise in javascript?
What are the difference between javascript and jquery?
Explain the difference between “==” and “===”?
Why is javascript so popular?
What is use of JavaScript and jquery?
What does the attribute defer/async do when added to the script tag?
What is viewstate in javascript?
How to remove duplicates from javascript array?
what is a dataset
Why extending array is bad idea?
Define unescape() and escape() functions?
What is the dollar sign in javascript?