Which line of code produces an error? 3 + 4 '5' + 6 "7" + 'eight' "one" + "2" why is the answer ‘5’+6
7/29/2017 6:19:18 PM
Carson Feng1 Answer
New AnswerAll others are of the same type, so they can be added/concatenated no problem. But you can't add up an integer with a string.
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message