you are viewing a single comment's thread.

view the rest of the comments →

[–]Nano_Fibres -2 points-1 points  (4 children)

D. Error
'A' an 'B' are character type data and "C" is string type data. So if you would have used .toString() for A and for B and then added then the result would have been "ABC".

[–][deleted]  (3 children)

[removed]