Question: Create a Java program called SortBabyNames . Your program should read the baby name file available here: https://bbmedia.dmacc.edu/CIS/CIS171/babynames2014. txt and write all the girl names
Create a Java program called SortBabyNames. Your program should read the baby name file available here:
https://bbmedia.dmacc.edu/CIS/CIS171/babynames2014.
txt and write all the girl names to a file called "girls.txt" and the boy names to "boys.txt".
Use a try and a catch block to catch the IOException. If the file isn't found, provide the following error using the URL address. For example:
https://bbmedia.dmacc.edu/CIS/CIS171/babynames2015.txt is not available.
modify the names going into the text files to not contain the word "girl" or "boy" and the extra space.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
