Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 957 Bytes

File metadata and controls

18 lines (14 loc) · 957 Bytes

Sample Java Assignment

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.

Instructions

  • Create a Java project in your IDE with the structure depicted at the end of this page.
  • Within your Main class, 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.