Skip to content

Instantly share code, notes, and snippets.

@tensiondriven
Created March 29, 2013 18:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tensiondriven/5272476 to your computer and use it in GitHub Desktop.
Save tensiondriven/5272476 to your computer and use it in GitHub Desktop.
Friday Assignment
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