Question: JAVA Create a Java program called SortBabyName. Your program should read the baby name file available here: https://bbmedia.dmacc.edu/CIS/CIS171/babynames2014. txt and write all the girl names
JAVA
Create a Java program called SortBabyName. 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.
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
