I Need Help With Creating A Java Program That Should Read The Baby Name File

I Need Help With Creating A Java Program That Should Read The Baby Name File. I need help with creating a java program that  should read the baby name file available here: https://bbmedia.dmacc.edu/CIS/CIS171/babynames2014.txt. and write the girl names to a file called “girls.txt” and the boy names to “boys.txt”.

I need this program to use a try and a catch block to catch the IOException. If the file isn’t found, the error message should read : “https://bbmedia.dmacc.edu/CIS/CIS171/babynames2015.txt is not available.”

I Need Help With Creating A Java Program That Should Read The Baby Name File