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 write a script for "select" lists using javascript
Does apple use javascript?
Can you explain the difference between call and apply?
What are the pop-up boxes available in javascript?
How to convert json string to object?
What typeof returns for a null value?
Is javascript open source?
How to read a cookie using javascript?
Are javascript variables case sensitive?
What are local variables in javascript?
What is the difference between an array and an object?
What are the properties of stack?
How to submit a form using JavaScript by clicking a link?
What is the difference between test () and exec () methods?
How do I run javascript in chrome?