Getting Started
This challenge closely follows the example in this chapter.
To get started:
Instructions
- Open MethodHeaderChallenge.java -- this is where you will code
- Open "Challenge Problems"
- Open/Reference "Headers"
- Open MethodHeaderChallenge.java in your favorite code editor / IDE
- See coding instructions at top of MethodHeaderChallenge.java file
- As you go through the problems you'll be referencing the Headers page often
- When finished your JAVA file should compile without errors -- it does not need to run
- It is possible that a problem will not have a solution -- in that case return String "No Solution" (see example problems 13, 14, and 15)
Grading
For this assignment, we will use these grading rules.
Note that for this challenge the submitted JAVA file should compile without errors as usual. However, it is not a runnable file, so does not need to run. You may add "main" and run it if you like -- won't hurt anything, as long as it continues to compile cleanly).