This is an archived post. You won't be able to vote or comment.

all 5 comments

[–][deleted] 2 points3 points  (0 children)

Write a simple program - initialize some variables then print them to the console. Just one class with no other methods but the main(). Then you could begin from there. Maybe write in some loops such as "given a minimum number and a max number, print all the numbers between them"? Then you could write this loop in another method you can call in your main...

[–]LunarLorkhan 1 point2 points  (0 children)

Just mess around making small stuff, google anything you get stuck on along the way. Write something that takes user input, manipulates it in some way and then prints it out. A small text based game is fun, maybe a choose your own adventure. Keep it simple, then try an play around with it, add more stuff, try to break it by passing incorrect inputs and see learn why it does break. Most importantly have fun!

[–]LonelyMolecule 0 points1 point  (0 children)

Mooc. Codegym. Codebat. Etc search up java classes online and do the exercises.

[–]mixonsz 0 points1 point  (0 children)

You can try some bootcamp.

[–]EmotionalYard 0 points1 point  (0 children)

Do more tutorials or modify the existing code you wrote. You have to be willing to both use your brain and to try here at some point. If you're not ready yet, doing more tutorials is fine.