Assignment 4

Put a comment at the top of your files with your name, section (MW orTTH) and assignment number. When complete, email them as attachments to pegramitp120@gmail.com.

If your last name has 6 letters or less, do the following:

Create a class with a static method. The static method should utilize a static constant. Do not create an object of the class. Invoke this method from outside of the class and demonstrate the effect of the method through suitable output.

If your last name has 7 or more characters, do the following:

Create a class with a static method. The static method should not utilize a static constant. Do not create an object of the class. Invoke this method from outside of the class and demonstrate the effect of the method through suitable output.

Revised: September 24, 2008