InterviewSolution
Saved Bookmarks
| 1. |
How About 2+5+"8"? |
|
Answer» SINCE 2 and 5 are integers, this is number arithmetic, since 8 is a string, it’s CONCATENATION, so 78 is the RESULT. Since 2 and 5 are integers, this is number arithmetic, since 8 is a string, it’s concatenation, so 78 is the result. |
|