Question: No AI and use java, Write a program that asks the user for the name of a file and the number of lines to display.

No AI and use java, Write a program that asks the user for the name of a file and the number of
lines to display. The program than displays the first of those lines with the
line number prepended. If the file has fewer lines than the number of lines
entered by the user, the program displays all the lines in the file.
There are two conditions you should check for:
the number of lines read is equal to the number of lines to display
there's still more lines to read
Sample run 1:
Enter the name of the file: story1.txt
Enter the number of lines to display: 3
1: When the spiritual teacher and
2: his disciples began their evening
3: meditation, the cat who lived in
Sample run 2:
 No AI and use java, Write a program that asks 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!