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

asked
User Hexin
by
9.1k 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

answered
User YahyaE
by
7.6k points