Question: Given a Scanner reference variable named input that has been associated with an input source consisting of a sequence of lines, write the code to
Given a Scanner reference variable named input that has been associated with an input source consisting of a sequence of lines, write the code to read in every line and print them all out on a single line, separated by a space.
Hint: Use input.nextLine to read a line and use input.hasNextLine to test if the input has a next line available to read.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
