Add Javadoc Comments
InputTester.java does not have any comments. Use the editor to add
Javadoc comments for the class as a whole and for the main method.
Use the comments given for the text book's Greeter.java file
(p. 6) as a model.
- The class comment should
indicate that InputTester tests the use of the JOptionPane
class. This comment should also include your name, username, lab number
(this one is "1"), and class section.
- The method comment should indicate that the main method prompts
for the user's age and responds with a message. It should also
indicate that the args argument is not used.