/** Template.java ** Java program that does such and such ... ** ** Prog. Assg. #4, CMPS 134, Spring 2016 ** Author(s): Hortense Rumplestiltskin ** Collaborators: Homer Snodgrass, Mortimer Dairymple ** Known Flaws: When a negative input value is provided, the program ** produces incorrect results. */ public class Template { public static void main(String[] args) { // body of the main() method goes here } // other methods appear below } // end of class