What does "1"+2+4 evaluate to?
Answers were Sorted based on User's Feedback
Answer / hk
Anything which follows string is converted to String.
Hence, "1" is string, and the digits 2 and 4 which comes
after this, also become part of string only.
So the answer is 124
| Is This Answer Correct ? | 70 Yes | 2 No |
Answer / hk & kmbkrishnan
Write a program in java and execute it with the following
code bellow:
System.out.println("1"+2+4);
And see the output.
Thanks & Regards
Hk and Kmbkrishnan
| Is This Answer Correct ? | 28 Yes | 4 No |
Answer / akash
it is 124 as it is ins tring format and after that what ever
b there is considered as string
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / shikha
answer is 124 as "1" in the starting is consider as a
string, therefore all other nos after that is consider as a
string unless brackets are not used.
| Is This Answer Correct ? | 7 Yes | 0 No |
What is new keyword in javascript?
How can you set position of the page (top and left) to 0 using javascript in one line code?
how can we generate alert message without referashing page in asp.net with language vb.net and script use in java script .means with out referash the page message in java alert
What companies use javascript?
I am working on project in asp.net in which i have opned doc file on client side.plz send me coding on markpatentoffice@yahoo.com.
How to replace all occurrences of a string in JavaScript?
Why is javascript so important?
What is the difference between let and var?
discuss scoping in javascript?
Is array a data type in javascript?
Explain closures in javascript?
different between web server and application server