Why is the library function 'puts'used for?
A. Prints whatever is given and print it to the screen
B. Prints whatever is given and insert a new(blank) line
C. Gets input from the user
D. None of the mentioned
Answer: Option B
A. Prints whatever is given and print it to the screen
B. Prints whatever is given and insert a new(blank) line
C. Gets input from the user
D. None of the mentioned
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