Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
Which of the following statements does not contain an error? 1. string firstName= in.next(); 2. string lastName= in.nextline();...Asked by help please
Which of the following statements does not contain an error?
1. string firstName= in.next();
2. string lastName= in.nextline();
3. system.out.print("\n");
a. 1 only
b. 2 only
c. 3 only
d. 1 and 3 only
e. 2 and 3 only
is the answer 1 and 3
1. string firstName= in.next();
2. string lastName= in.nextline();
3. system.out.print("\n");
a. 1 only
b. 2 only
c. 3 only
d. 1 and 3 only
e. 2 and 3 only
is the answer 1 and 3
Answers
There are no AI answers yet. The ability to request AI answers is coming soon!
There are no human answers yet. A form for humans to post answers is coming very soon!