SMITHELIANAIN SMITHELIANAIN Computer Science Answered identify the difference between the two examples of code below string text= "3" + "3"; and int text= 3 + 3;