You should turn in FibonacciComparison.java and your plot (as a PNG). This can be a screenshot of the plot or the plot saved as a PNG file. Remember, your FibonacciComparison.java file should not be within a package other than src. This means the word "package" should not be at the top of the file signifying that the file is within a sub-directory of src. Your directory structure of your project should be: [project name] | src | | FibonacciComparison.java | | Pair.java There will be -15 points if one of the following happen: 1. Your code throws a compiler exception (meaning your code cannot be run) 2. You do not use FibonacciComparisonthe class name 3. Your FibonacciComparison.java file is within another package
You should turn in FibonacciComparison.java and your plot (as a PNG). This can be a screenshot of the plot or the plot saved as a PNG file.
Remember, your FibonacciComparison.java file should not be within a package other than src. This means the word "package" should not be at the top of the file signifying that the file is within a sub-directory of src. Your directory structure of your project should be:
[project name]
| src
| | FibonacciComparison.java
| | Pair.java
There will be -15 points if one of the following happen:
1. Your code throws a compiler exception (meaning your code cannot be run)
2. You do not use FibonacciComparisonthe class name
3. Your FibonacciComparison.java file is within another package
ANSWER:-
Step by step
Solved in 2 steps with 1 images