145k views
5 votes
String firstName = in.next();
String lastName = in.NextLine();
System.out.print("\\");

User Hexin
by
7.0k points

1 Answer

6 votes

Answer:

1 & 2 does not contain error

Step-by-step explanation:

for 3 System.out.println("\\"); is right way to print

User YahyaE
by
5.8k points