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
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
tabledatatxtdatatxtdatatxtdatatxtdatatyt
import java.util. Scanner;
import
java.io FileInputStream;
import java.ioIOException;
public class FileReading
public static void mainString args throws IOException
Scanner scnr new ScannerSystem in;
FileInputStream fileByteStream null;
Scanner dataFs null;
String datafileName;
int cradleCount;
datafileName ;
fileByteStream new FileInputStreamdataFileName;
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
