/* COP2253 Project #: Author: Date: File Name: Description: This is just a blank template for a program to show what header documentation should look like. Include header documentation in all your programs, along with documentation in the program. */ public class ProgramTemplate { public static void main (String[] args) { } }