/**
* A program that <restate the problem statement>.
* @author <your name>
*/
public class <program-name> {
/**
* <restate the problem statement>
* @param args <description of the arguments if used else 'not used'>
*/
public static void main(String[] args) {
}
}