Question: getInputFile(): File 1. Loop until the path given is for file that exists a. Prompts user for the input file path b. If no file

 getInputFile(): File 1. Loop until the path given is for file

getInputFile(): File 1. Loop until the path given is for file that exists a. Prompts user for the input file path b. If no file is given (user presses enter) then use the default path name (C:/train/customer-data.txt) C. Use given path to create File instance d. Checks if file exists. e. If file does not exist gives an error message and loop until correct path is entered. 2. Return File instance

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 Programming Questions!