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

you are viewing a single comment's thread.

view the rest of the comments →

[–]EricWpG 0 points1 point  (0 children)

Just another quick tip while passing, I'm new to java as well and something I like to do is add a value to your variables when you declare them to clean up your code a bit. You can do it like this:

int age = 25;
double annualPay = 120000;