| Author |
Exercises or tasks for a newbie
|
Ben Synes
Greenhorn
Joined: Jul 18, 2012
Posts: 14
|
|
Hi
I have been studying Java for about two months now, I think I have gotten a good understanding of the constructs, polymorphism, abstraction, inheritance, after reading through the Head First java book, Im really starting to love java!. This book has some exercises at the end of each chapter which are normally adding into additional code, crosswords, and matching output to multiple choice code snippets.
However, I first began programming in Ruby using Chris Pines "How to Program" a while back now, this has more 'write programs from scratch' exercises at end of chapter, does anyone know of an online source or book that has some exercises like this?
Any pointers would be greatly appreciated.
Signing off,
-> snomys
(-bash: ts: command not found)
|
 |
Winston Gutkowski
Bartender
Joined: Mar 17, 2011
Posts: 4756
|
|
Ben Synes wrote:Any pointers would be greatly appreciated.
One site that is quite fun is Project Euler, but it's bent is towards mathematical programming. For an app, you could start with some games, but stick to something reasonably simple like Craps or Mastermind; it doesn't sound like you're ready to tackle Chess yet - although a program that simply manages a chess game between two humans might be an interesting project.
Other than that: Google is your friend. I'd suggest something like "simple Java project exercises".
Winston
|
Isn't it funny how there's always time and money enough to do it WRONG?
|
 |
fred rosenberger
lowercase baba
Bartender
Joined: Oct 02, 2003
Posts: 9950
|
|
|
our Cattle Drive has a bunch of exercises you can try. They are public and free for you to look at. If you want an official JavaRanch nit-picker, there is a nominal fee that goes to support this site.
|
Never ascribe to malice that which can be adequately explained by stupidity.
|
 |
Ben Synes
Greenhorn
Joined: Jul 18, 2012
Posts: 14
|
|
Really appreciate this, there is alot more to this site than just the forum. Thanks and yes, I may even hire a nit picker.
Thanks
|
 |
 |
|
|
subject: Exercises or tasks for a newbie
|
|
|