Student Name: __________________
Class and Section __________________
Total Points (20 pts) __________________
Due: October 5, 2016 before the class
Project: Baby Name Ranking
CSCI 1302 Advanced Programming Principles
Armstrong Atlantic State University
Problem Description:
*12.31 (Baby name popularity ranking) The popularity ranking of baby names from years 2001 to
2010 is downloaded from <URL>www.ssa.gov/oact/babynames</URL> and stored in files
named babynameranking2001.txt, babynameranking2002.txt, …,
babynameranking2010.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:
<Output>
Enter the year: 2010 <Enter icon>
Enter the gender: M <Enter icon>
Enter the name: Javier <Enter icon>
Javier is ranked #190 in year 2010
<End Output>
<Output>