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 can we establish connection with java and sql server?
What is enum size?
What is the use of math object in javascript?
Which built-in method returns the index within the calling string object of the first occurrence of the specified value?
What is the use of blur function in JavaScript?
What is unshift method in JavaScript?
how to read and write a file using JavaScript?
What are the difference between javascript and jquery?
How do you name a variable in javascript?
How to change style on an element?
Describe what u had done today?
Why javascript is called as script for all browsers?
How to read a cookie using javascript?
What is the function of delete operator?
What is callback in javascript?