
Note:
Not all students turned in code for last night's pretest. If you neglect to turn in code during next week's exam, you will receive a failing grade.- Follow Java naming conventions for
- classes
- constants
- variables
- Answer the question asked exactly
- Avoid magic numbers in your code (aka use constants properly)
- Be aware of exactly how many iterations your loops must execute
- Be careful to display output as described in the problem
- Follow good Java programming conventions with respect to whitespace around operators and operands
- Line up output carefully