Created
March 29, 2013 18:05
-
-
Save tensiondriven/5272476 to your computer and use it in GitHub Desktop.
Friday Assignment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Programming Exersises | |
Write a program that | |
1 | |
TODO List | |
Has a menu | |
Lets you enter a new task | |
Lets you mark a task as completed | |
Lets you list unfinished tasks | |
Lets you list finished tasks | |
Bonus: Lets you delete a task | |
Bonus: Save the tasks to a file | |
2 | |
City Population | |
Asks for the names of 5 cities | |
Asks for the population in each city | |
Prints the city with the highest population | |
3 | |
Dice statistics | |
Adds two numbers together 1..6 | |
Stores them in an array | |
Does this 100 times | |
Shows a chart of the distribution, ex: | |
2 *** | |
3 ***** | |
etc | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment