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.
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.
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