Question: Jump to level 1 String dataFileName is read from input. The opened file, dataFileName, contains the number of cradles sold by a furniture store, and

Jump to level 1
String dataFileName is read from input. The opened file, dataFileName, contains the number of cradles sold by a furniture store, and is associated with Scanner dataFS. Write a while loop that iterates until no valid integer is available from the file. In each iteration of the loop:
Read an integer from the opened file.
Output the integer read.
End each output with a newline.
Click here for example
\table[[data2.txt,data3.txt,data4.txt,data5.txt,data6.tyt]]
import java.util. Scanner;
import
java.io. FileInputStream;
import java.io.IOException;
public class FileReading {
public static void main(String args) throws IOException {
Scanner scnr = new Scanner(System, in);
FileInputStream fileByteStream = null;
Scanner dataFs = null;
String datafileName;
int cradleCount;
datafileName =scnr*nnext();
fileByteStream = new FileInputStream(dataFileName);
 Jump to level 1 String dataFileName is read from input. The

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!