The following is the correct way to use multiline comment.
= begin
# comment
= end
= begin
# comment
= endA. True
B. False
Answer: Option B
= begin
# comment
= endA. True
B. False
Answer: Option B
What does the 'puts' method do in Ruby?
A. Prints to console
B. Converts to string
C. Finds the length
D. Reads input from user
Join The Discussion