Java Exercises and Challenges Recommendations for someone with intermediate skills.
So i'm looking for exercise and challenges (java programs) so that i can apply everything ive learnt in java. Thanks in advance! I dont have a university degree, just thenewboston so go easy! :D
Re: Java Exercises and Challenges Recommendations for someone with intermediate skills.
Just try to answer questions here on the forums, that's plenty of exercise :)
Re: Java Exercises and Challenges Recommendations for someone with intermediate skills.
Depending on your level of skill - try implementing one of these:
1. Write an Applet (one that could be ported to an Android device)
2. Write a text adventure game using Swing and AWT
3. Write a complex graphics program
4. Write a simulator for an elevator, ATM and a roller coaster
5. Re-do Minecraft(R) :D
Wishes Ada xx
Re: Java Exercises and Challenges Recommendations for someone with intermediate skills.
Quote:
Originally Posted by
Ada Lovelace
Depending on your level of skill - try implementing one of these:
1. Write an Applet (one that could be ported to an Android device)
2. Write a text adventure game using Swing and AWT
3. Write a complex graphics program
4. Write a simulator for an elevator, ATM and a roller coaster
5. Re-do Minecraft(R) :D
Wishes Ada xx
oof, id be very proud of myself if i could redo minecraft but i doubt i could! xD
Re: Java Exercises and Challenges Recommendations for someone with intermediate skills.
Give yourself a small project. Remake a game (like Pong) or an application (like excel or paint), or put together a small website, or create a little Android app. Which direction you go really depends on what your interests are.
You could also look into Project Euler or Code Hunt. Or you could find one of those free online courses and do the homework.
Re: Java Exercises and Challenges Recommendations for someone with intermediate skills.
Try Project Euler and Codingbat. :)