Agatha Haddock (112233445) COMP-202A, Section 0 (Fall 2010) Instructor: Cuthbert Calculus Assignment 1, Question 3 (a) Problem Solution Intentation I indented the main method so it's easy to see to see that the main method is inside the MysteryProgram class. Understandable Output I changed the print statement in line 29 so that it explains the output value and is better spaced. Constraints on Input I added some information to the print statements that describe input so that it's clear that integers are wanted. Meaningful names I changed the names of x,y,z,q to make them more meaningful. Variable name format I changed 'meaninglessexpression' to 'meaninglessExpression' Comment location I moved the "computes average" comment one line up so it appears before the assignment to q. Variable declaration I moved the declaration of meaninglessexpression to the top, so that all the variable declarations are together.