Answered step by step
Verified Expert Solution
Question
1 Approved Answer
FOR YOUR INFO BELOW mport java.util. * ; import java.io . * ; class Main { public static void main ( String [ ] args
FOR YOUR INFO BELOW
mport java.util.;
import java.io;
class Main
public static void mainString args
throws IOException
copy the text below into a new file
When the spiritual teacher and
his disciples began their evening
meditation, the cat who lived in
the monastery made such noise that
it distracted them. So the teacher
ordered that the cat be tied up
during the evening practice. Years
later, when the teacher died, the
cat continued to be tied up during
the meditation session. And when
the cat eventually died, another
cat was brought to the monastery
and tied up Centuries later,
learned descendants of the
spiritual teacher wrote scholarly
treatises about the religious
significance of tying up a cat for
meditation practice.
I NEED JAVA PROGRAM FOR THE FOLLOWING
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.
Sample run :
Enter the name of the file: storytxt
Enter the number of lines to display:
: When the spiritual teacher and
: his disciples began their evening
: meditation, the cat who lived in
Sample run :
Enter the name of the file: storytxt
Enter the number of lines to display:
: When the spiritual teacher and
: his disciples began their evening
: meditation, the cat who lived in
: the monastery made such noise that
: it distracted them. So the teacher
: ordered that the cat be tied up
: during the evening practice. Years
: later, when the teacher died, the
: cat continued to be tied up during
: the meditation session. And when
: the cat eventually died, another
: cat was brought to the monastery
: and tied up Centuries later,
: learned descendants of the
: spiritual teacher wrote scholarly
: treatises about the religious
: significance of tying up a cat for
: meditation practice.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started