Question: Using Eclipse, create a New Java project named YourNameCh12Project-- for example, I would name my Project RandomNameCh12Project The project will include a class named YourInitialsWriteBabyNames
Using Eclipse, create a New Java project named YourNameCh12Project-- for example, I would name my Project RandomNameCh12Project
The project will include a class named YourInitialsWriteBabyNames ( for example, PSWriteBabyNames) and a class named YourInitialsReadBabyNames and a class named YourInitialsBabyNamesUrl
The WriteBabyNames class will provide an automatic close of the file using the try statement and provide an exception if the file already exists.
Use the chart below to write the 5 top baby girl names of 2021
| 1 | Olivia |
| 2 | Emma |
| 3 | Charlotte |
| 4 | Amelia |
| 5 | Ava |
The ReadBabyNames class will read the Rank and each baby name.
The BabyNamesUrl will provide the word count for the website http://ssa.gov/oact/babynames
All variables must begin with your initials in camelCasing. Example: I would name Scanner input variable rnInput
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
