Asked by Reniel Dave Cardenas Guzman on Sep 27, 2024

The escape sequence the represents the new-line character is:

A) \r
B) \t
C) \n
D) \\

Escape Sequence

A series of characters in programming used to represent special characters within strings, such as newlines or tabs.

New-Line Character

A special character or sequence of characters signifying the end of a line of text and the start of a new line.

  • Familiarize yourself with Java syntax for variables, data types, and expressions.