JAVA (Baby name popularity ranking) The popularity ranking of baby names from the years 1960s to 2010 are stored in files named babynameranking_1960s.txt, babynameranking 1970s.txt,., babynameranking...


JAVA<br>(Baby name popularity ranking) The popularity ranking of baby names from the years 1960s to 2010 are stored in files<br>named babynameranking_1960s.txt, babynameranking 1970s.txt,., babynameranking 2010s.txt (See the<br>attached zip file). Each file contains two hundred lines. Each line contains a ranking, a boy's name, a number for the<br>boy's name, a girl's name, and a number for the girl's name. For example, the first two lines in the<br>file babynameranking_2010s.txt are as follows:<br>1<br>Noah 182,896 Emma 194,667<br>2 Liam 173,636 Olivia 184, 192<br>So, the boy's name Noah and the girl's name Emma are ranked #1 and the boy's name Liam and the girl's name Olivia<br>are ranked #2. 182,896 boys are named Noah and 194,667 girls are named Emma in the 2010s. Write a program that<br>prompts the user to enter the year, gender, and followed by a name, and displays the ranking of the name for the year.<br>Example Run of it.<br>Enter the year: 2010<br>Enter the gender: M<br>Enter the name: John<br>Boy name John is ranked #26 in 2010s<br>

Extracted text: JAVA (Baby name popularity ranking) The popularity ranking of baby names from the years 1960s to 2010 are stored in files named babynameranking_1960s.txt, babynameranking 1970s.txt,., babynameranking 2010s.txt (See the attached zip file). Each file contains two hundred lines. Each line contains a ranking, a boy's name, a number for the boy's name, a girl's name, and a number for the girl's name. For example, the first two lines in the file babynameranking_2010s.txt are as follows: 1 Noah 182,896 Emma 194,667 2 Liam 173,636 Olivia 184, 192 So, the boy's name Noah and the girl's name Emma are ranked #1 and the boy's name Liam and the girl's name Olivia are ranked #2. 182,896 boys are named Noah and 194,667 girls are named Emma in the 2010s. 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. Example Run of it. Enter the year: 2010 Enter the gender: M Enter the name: John Boy name John is ranked #26 in 2010s

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here