/** * Name: * Date: * Exercise: * Purpose: */ public class Template // replace `Template' with the name of the class { public static void main(String[] args) { // your program code goes here } }