To interpolate variable values inside a string, do not

Options
- use single quotes to enclose a string
- use double quotes to enclose a string
- use string concatenation
- use scalar variables for interpolation


CORRECT ANSWER : use single quotes to enclose a string

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement