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

of a table with columns indicating what aspect is tested, the input values, expected output, actual output and if the test case passed or failed. This table should contain 5 columns with appropriate labels and a row for each test case. Note that the actual output should be the actual results you receive when running your program and applying the input for the test record. Be sure to select enough differentkinds of employees and situations to completely test the program. 2. Submission Requirements Submit the following to the Project 3 assignment area no later than the due date listed in your LEO classroom. 1. Source files P3GUI. java, Sequence. java and the program generated output file outData. txt. The source code should use Java code conventions and appropriate code layout( white space management and indents) and comments. All submitted files may be included in a. zip file. 2 2. The solution description document P3SolutionDescription(. pdf or. doc /. docx) containing the following:( 1) Assumptions, main design decisions, error handling;( 2) Test cases table( 3) The graph of the value of the efficiencies for both the iterative and recursive options along with a brief explanation of the observed results.( 4) Screen captures showing successful program compilation and test cases execution. Each screen capture should be properly labeled, clearly indicated what the screen capture represents.( 5) Lessons learned from the project; 3. Grading Rubric The following grading rubric will be used to determine your grade: Attribute P3GUI class Meets