Q. What will be output for the following code?
Code:
val1 = ""This is variable one"" puts ""val1""
β
Correct Answer: (D)
val1
Explanation: val1 is the correct output for the following code.