Ask a New Question
Search
Questions and answers by
Abdelrhman
Answers (3)
2+2 Integer.parselnt("2") 2+2.0 7/3 11*(int)0.25
Bc23
because + works both as arithmetic as well as concatenation operator. And all the expressions are executed from left to right. So in case of 2 + 3 + "bc" it first adds 2 and 3 acting as arithmetic operator and then when it finds string on one side and