Getting Started
To get started:
- Create a new working directory (WD) for this example
- Copy these files into the WD
Instructions
- Open MethodHeaderExample.java -- this is where you will code
- Open "Example Problems"
- Open/Reference "Headers"
- Open MethodHeaderExample.java in your favorite code editor / IDE
- See coding instructions at top of MethodHeaderExample.java file
- As you go through the problems you'll be referencing "Headers" often
- Spend some time trying to solve example problems (without looking at solutions) -- browse solutions as needed
- It is possible that a problem will not have a solution -- in that case return String "No Solution"
- Check final answers vs solutions below
Solutions