Multiple Choice
Which of the following escape characters can be used to embed a new line feed instruction inside a text string?
A) \b
B) \f
C) \n
D) \t
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: Which of the following is a valid
Q8: Ruby requires that programmers specify a numeric
Q9: When working with double-quotes, Ruby is not
Q10: Which of the following statements is false?<br>A)
Q11: The childclass operator is used to create
Q13: A numeric value can be converted to
Q14: One of the primary benefits of object-oriented
Q15: Ruby supports a number of different types
Q16: A module is a container use to
Q17: Ruby is not an object-oriented programming language.