Write a program that allows the user to navigate the lines of text in a file. The program should prompt the user for a filename and input the lines of text into a list. The program then enters a loop in which it prints the number of lines in the file and prompts the user for a line number. Actual line numbers range from 1 to the number of lines in the file. If the input is 0. the program quits. Otherwise, the program prints the line associated with that number. An example file and the program input and output is shown below: example.txt Line 1. Line 2. Line 3. Enter the input file name: example.txt The file has 3 lines. Enter a line number [0 to quit]: 2 2: Line 2. The file has 3 lines. Enter a line number [0 to quit]: 4 ERROR: line number must be less than 3. The file has 3 lines. Enter a line number (0 to quit]: 0

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter13: File Input And Output
Section: Chapter Questions
Problem 6PE
icon
Related questions
Question
Write a program that allows the user to navigate the lines of text in a file. The program
should prompt the user for a filename and input the lines of text into a list. The program
then enters a loop in which it prints the number of lines in the file and prompts the user
for a line number. Actual line numbers range from 1 to the number of lines in the file. If
the input is 0, the program quits. Otherwise, the program prints the line associated with
that number.
An example file and the program input and output is shown below:
example.txt
Line 1.
Line 2.
Line 3.
Enter the input file name: example.txt
The file has 3 lines.
Enter a line number (0 to quit]: 2
2: Line 2.
The file has 3 lines.
Enter a line number (0 to quit]: 4
ERROR: line number must be less than 3.
The file has 3 lines.
Enter a line number (0 to quit]: 0
Transcribed Image Text:Write a program that allows the user to navigate the lines of text in a file. The program should prompt the user for a filename and input the lines of text into a list. The program then enters a loop in which it prints the number of lines in the file and prompts the user for a line number. Actual line numbers range from 1 to the number of lines in the file. If the input is 0, the program quits. Otherwise, the program prints the line associated with that number. An example file and the program input and output is shown below: example.txt Line 1. Line 2. Line 3. Enter the input file name: example.txt The file has 3 lines. Enter a line number (0 to quit]: 2 2: Line 2. The file has 3 lines. Enter a line number (0 to quit]: 4 ERROR: line number must be less than 3. The file has 3 lines. Enter a line number (0 to quit]: 0
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning