Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are some types of programs I could write to reinforce/advance my early skillset?

Tags:

java

I'm coming to the end of my intro programming class, we're using java and have been doing command line programs so far, no gui's which I've enjoyed quite a bit. So far in the class the programming assignments have been somewhat challenging but leave me wishing for a bit more. I find myself wanting to write a program when I'm bored but always have a hard time figuring out what to do.

I'd like to know if anyone has any good advice on programs I could write, or work on, at this point in my development to challenge me and help reinforce the concepts that I've been learning in class. The class hasn't been too fast paced, so far we've only covered up through classes and objects(though not yet inheritence or polymorphism) and are working with arrays now. I feel comfortable with all of the stuff we've been doing in class as I had been introduced to it a bit on my own studies before starting classes.

Any advice on things to keep me busy would be greatly appreciated.

like image 612
David Barry Avatar asked Nov 28 '22 02:11

David Barry


1 Answers

I would recommend Project Euler. It's a great way to exercise your mind, and implementing the solutions in an unfamiliar language is a good way to learn that language.

like image 85
Austin Hyde Avatar answered Apr 13 '23 00:04

Austin Hyde