CSE110 – Principles of Programming Computer Science Hero solution

$24.99

Original Work ?
Category: You will Instantly receive a download link for .ZIP solution file upon Payment

Description

5/5 - (5 votes)

1. Problem Description
We’ve all grown up idolizing heroes of Computer Science like Alan Turing, Ada Lovelace or John
Presper Eckert. This is your opportunity to memorialize the remarkable contributions of your
chosen hero.
Develop a java program that prints the following information for your selected Computer
Scientist:
• Title of Assignment and your name
• His or her name
• Years they were born and died (if applicable)
• Brief summary of what they did
2. Notes
• In the event you gave away all your Computer Science trading cards, you can get some ideas
here: http://en.wikipedia.org/wiki/List_of_computer_scientists
• Turn in only your source (.java) files.
3. Required Main Class
CSHero
4. Required Input
None
5. Required Output
Your output should look like the following example. It should include your name as well.
Computer Science Hero – E. Eckert
Name: John Presper Eckert
Dates: 1919 – 1995
Accomplishments:
John invented the first general-purpose electronic digital computer (ENIAC),
founded the first commercial computer company, and designed the first
commercial computer in the U.S. (UNIVAC).