Skip to content

Commit

Permalink
moved TODOs out of project into private
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmusgrove committed Sep 13, 2013
1 parent 20c623d commit 6f7c72a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 71 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ local.properties
.cproject

# PDT-specific
.buildpath
.buildpath
/target
70 changes: 0 additions & 70 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,74 +3,4 @@ levelup-java-exercises



for hard/medium items, look for programming interview
questions

Chapter 2
=========
Miles per gallon - done
Test average - done
Land Calculation - 07 - done
Resturant bill - 13 - done
Stock transaction program - 15


Chapter 3
=========
Body mass index - 3 - done
Test score and grades - 04
Covert time - 6
Sorting names - 7
Running race - 11
The speed of sound - 12
Bank charges - 15

Chapter 4
=========
LetterCounter - 5
Average rainfall - 8
Largest and smallest - 10
Budget Analysis - 16
RandomNumberGuessingGame - 18
Dice Game - 20
Slot Machine Simulation - 21

Chapter 5
=========
convert celsius to Fahrenheit - 6
convert distance - 8
multiple stock sales - 11
isPrime - 13
Count even/odd numbers in list - 13
Rock paper scissors game - 17

Chapter 6
=========
Coin toss simulator
Fishing gam simulation - 14
Bankaccount (desposit and withdrawl) - 11 -> modify integration with text file or vendor files
A game of 21 - 8

Chapter 7
=========
Grade book - 7/8
Charge account 3/4
Search for name - 12
World series champions or superbowl champs - 14
Trivia game - 17

Chapter 8
=========
calculate carpet - 3


Chapter 9
=========
word counter - 9 (how many times did a word occur)




tutorials
=========
levelup-java-dao

0 comments on commit 6f7c72a

Please sign in to comment.