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
Can an anonymous function be assigned to a variable?
Which built-in method returns the calling string value converted to lower case?
What is escape() function?
How to show progress bar while loading using ajax call?
How to determine the state of a checkbox using javascript?
How many types of data types are there?
List some of the disadvantages of javascript.
What is the use of Push method in JavaScript?
What is eager initialization in java?
How fast can you learn coding?
Is a function an object?
What is an immediately-invoked function expression?
What is difference between arrow function and normal function?
How will you create new object in javascript?
What is the importance of