Search:

Type: Posts; User: GregBrannon

Search: Search took 0.20 seconds.

  1. Re: Made a little program with an if / else if... Any thoughts appreciated

    Again, whatever the Scanner object is called, it should begin with a lowercase letter.

    Test (or more correctly 'test') is inappropriate on several levels.

    Programmers often develop their own...
  2. Re: Made a little program with an if / else if... Any thoughts appreciated

    Give variables names that accurately describe what they are AND that begin with lower-case letters. Class names begin with capital letters. Both class, method, and variable names are camel-cased: ...
Results 1 to 2 of 2