Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem 2 : File Head Display Write a program that asks for the name of a file ( you can use the MyFriends.txt file attached
Problem : File Head Display
Write a program that asks for the name of a file you can use the MyFriends.txt file attached below. It needs to be added to your project folder in your IntelliJ project
a The program should display the first five lines of the file or the entire contents, if the file has less than five lines
b The program should write the first five lines to a new file.
Remember, files can have fewer then five lines. Make sure your program will not crash if given a file with less than five lines.
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