Last active
October 26, 2016 14:12
-
-
Save guffyWave/0d1a15d32b3dd10b9b65961bb9ebf567 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For Class | |
/** | |
* <h1>Hello, World!</h1> | |
* The HelloWorld program implements an application that | |
* simply displays "Hello World!" to the standard output. | |
* <p> | |
* Giving proper comments in your program makes it more | |
* user friendly and it is assumed as a high quality code. | |
* | |
* | |
* @author Gufran Khurshid | |
* @version 1.0 | |
* @since 2016-04-14 | |
*/ | |
For Method | |
/** | |
* This is the main method which makes use of addNum method. | |
* @param args Unused. | |
* @return Nothing. | |
* @exception IOException On input error. | |
* @see IOException | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment