Answered You can hire a professional tutor to get the answer.
QUESTION
Write a method, getFirstLine, that is passed a String argument and that returns the first line. (Recall that lines are terminated with the "n" character.) Assume that the argument contains at least one complete, newline-terminated line.
Show more