Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

JAVA PROGRAMMING 2. The popularity ranking of baby names from years 2001 to 2021 (top 1000 ) is downloaded from URL> ww.ssa.gov/oact/babynames UUR> and stored

JAVA PROGRAMMING

image text in transcribed

2. The popularity ranking of baby names from years 2001 to 2021 (top 1000 ) is downloaded from URL> ww.ssa.gov/oact/babynames UUR> and stored in files named babynameranking2001.txt, babynameranking2002.txt, .., babynameranking2021.txt. Each file contains one thousand lines. Each line contains a ranking, a boy's name, number for the boy's name, a girl's name, and number for the girl's name. For example, the first two lines in the file babynameranking2010.txt are as follows: So, the boy's name Jacob and girl's name Isabella are ranked \#1 and the boy's name Ethan and girl's name Sophia are ranked #2.21,875 boys are named Jacob and 22,731 girls are named Isabella. Write a program that prompts the user to enter the year, gender, and followed by a name, and displays the ranking of the name for the year. Here is a sample run: Enter the year: 2010 Enter the gender: M LEnter icon Enter the name: Javier Javier is ranked \#190 in year 2010 > Enter the year: 2010 Enter the gender: F Enter the name: ABC The name ABC is not ranked in year 2010 >

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Transact SQL Cookbook Help For Database Programmers

Authors: Ales Spetic, Jonathan Gennick

1st Edition

1565927567, 978-1565927568

More Books

Students also viewed these Databases questions