Given the code fragment:
Which statement is true?
Given the code fragment:
Which statement is true?
A compilation error occurs at line 3. This is because the code on line 2 is not properly concatenating the string 'Hello' with the variable 'name' due to the newline character and comment causing a syntax issue.
Its correct , I compiled.