Q. what will be output for the following code?
Code:
str1 = LFC puts "str1: #{str1}"
β
Correct Answer: (A)
str1: LFC
str1 = LFC puts "str1: #{str1}"
You must be Logged in to update hint/solution