This is just a very simple Java assignment just to experiment with Drop Project.
The source of this assignment is available on https://github.com/drop-project-edu/sampleJavaAssignment.
- Create a Java project in your IDE with the structure depicted at the end of this page.
- Within your
Mainclass, implement a static function to calculate the maximum value on an array of integers. This function must have the following signature:static int findMax(int[] numbers)
- Create a zip file of your project and drop it on the area above these instructions. In a few seconds, Drop Project will give you a report with some metrics about your project.
- If you don't feel like coding this stuff, you can grab a pre-built submission here.