This document provides hints and instructions for completing several exercises from the Java How to Program textbook. It includes hints for exercises on creating a grade book program, calculating sums with loops, a gas mileage calculator, and a mortgage calculator. The hints describe modifications needed to existing code, such as adding parameters to constructors, incrementing counters in loops, and creating separate classes for programs and tests.