Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

needs to be done using Java. (39] Markiplier- YouTub UoMOnline myUoM x3 (Posted 3-19 Due 4-2x elearn.memphis.edu/d2/Me/content/7201903/viewContent/50302723Miew Background Information The popularity of human names varies

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

needs to be done using Java.

(39] Markiplier- YouTub UoMOnline myUoM x3 (Posted 3-19 Due 4-2x elearn.memphis.edu/d2/Me/content/7201903/viewContent/50302723Miew Background Information The popularity of human names varies quite a bit over time. In the United States, the Social Security Administration (SSA) maintains statistics on names. In this project, you'll be writing software that reads a file of SSA data containing the historical popularity of several thousand first names. Based on this information, the user can see popularity trends for specific names, or see the top names during a specific census. The pwovidei file n amed ProjectData.txt, contains several thousand lines formatted like this: Edwardo 0 o 0 889 762 803 964 0 o Each line begins with a first name. The name is followed by 11 integers, separated by spaces. These integers indicate the rank of that name among naines of the same gender, during the census years 1900, 1910, 1920 so on up to 2000. In general a lower rank indicates that the name was more popular during that census. However, a rank of 0 indicates that the name was not popular enough to be ranked. For example, the line above tells us that Edwardo was not popular enough to be ranked in 1900. 1910, 1920, 1930. 1940, 1990, and 2000. Edwardo was ranked 889th among male names in 1950, 762nd among male names in 1960, 803rd among male names in 1970, and 964th among male names in 1980 1. 2. The Assignment Write a program that reads the provided SS.A data file and supports the following features The user should be able to look up a specific name and see a bar graph (produced via text characters) of that name's popularity from 1900-2000. The height of each bar should be scaled according to the name's rank during each census, with lower rank resulting in a higher bar. (However, rank o result in a bar height of0) Each bar should also indicate the name's numerical rank during that census. . should ALIENWARE

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions