educational course/tutorialoutlet.com educational course/tutorialoutlet.com | Page 63

If your program produces correct output , but you did not create and use the objects as specified , and implement the required classes and methods , you will lose a significant number of points . See last page of the file for outline of code for the three required classes .. The program must follow the CS210 Coding Standards from Content section 6.10 . Be sure to include the following comments : o Comments at the top of each code file describing what the class does Include tags with the author ‘ s name ( i . e . your full name ) and the version of the code ( e . g . Java Assn 4 , version 1.0 ) o Comments at the top of each method , describing what the method does Include tags with names and descriptions of each parameter and return value . Testing You will need to create test data files to test your program . In combination , all your test data files should test every possible execution path within your code , including erroneous data which cause exceptions . Before you submit your project , add your all files you used to test your program in the top level of your project directory ( and add a number to the end of each file , if there are multiple test data files ). File examples : datafile1 . txt datafile2 . txt ( numbered , if multiple data files tested ) Submission This programming assignment is due by midnight of the date listed in the Course Assignments by Week . REMINDER : Programs submitted that do not compile without errors will not be accepted . Again , you will submit a single zip file containing all of the files in your