Multiple choice \n is an escape character that inputs a new line. True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation The backslash followed by 'n' is the standard escape sequence for a newline character, which moves the output cursor to the next line.