Question: String nameOfFile is read from input. The opened file, nameOfFile, contains the number of desks sold by a furniture store, and is associated with Scanner
String nameOfFile is read from input. The opened file, nameOfFile, contains the number of desks sold by a furniture store, and is associated with Scanner deskFS. 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.
Subtract each integer from unsoldDesks.
End each output with a newline.
Click here for example
tabledatatxtdatatxtdatatxtdatatxtdatatxt
int unsoldDesks;
nameoffile scnr next;
fileByteStream new FileInputStream namefFile;
deskFS new Scanner fileByteStream
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
