You are going to write a Java program to write a new file and then read that file in. You will create a file and enter
Posted: Sun Jul 03, 2022 11:22 am
You are going to write a Java program to write a new file andthen read that file in. You will create a file and enter thefollowing information into it:
Four score and seven years ago our fathers brought forth onthis continent a new nation, conceived in Liberty, anddedicated to the proposition that all men are created equal.
Now we are engaged in a great civil war, testingwhether that nation, or any nation, so conceived and so dedicated,can long endure. We are met on a great battlefield of thatwar. We have come to dedicate a portion of that field, as a finalresting place for those who here gave their lives that that nationmight live. It is altogether fitting and proper that weshould do this.
You will then read the file and provide the number of charactersin the file along with the number of lines. You can copy lineby line to create the file.
Four score and seven years ago our fathers brought forth onthis continent a new nation, conceived in Liberty, anddedicated to the proposition that all men are created equal.
Now we are engaged in a great civil war, testingwhether that nation, or any nation, so conceived and so dedicated,can long endure. We are met on a great battlefield of thatwar. We have come to dedicate a portion of that field, as a finalresting place for those who here gave their lives that that nationmight live. It is altogether fitting and proper that weshould do this.
You will then read the file and provide the number of charactersin the file along with the number of lines. You can copy lineby line to create the file.