Skip to content

Instantly share code, notes, and snippets.

@Hologos
Created September 11, 2019 21:09
Show Gist options
  • Save Hologos/3d7b1db0f6e0ddc769f3ccf7a3f1338c to your computer and use it in GitHub Desktop.
Save Hologos/3d7b1db0f6e0ddc769f3ccf7a3f1338c to your computer and use it in GitHub Desktop.
Filip
public class Exercise1 {
public static void main(Striing[] args) {
int[] numbers = { 6, 1, 7, 3, 4, 8 };
// vypis nejmensi cislo
// vypis nejvetsi cislo
// vypis prumernou hodnotu
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment