Created
September 11, 2019 21:09
-
-
Save Hologos/3d7b1db0f6e0ddc769f3ccf7a3f1338c to your computer and use it in GitHub Desktop.
Filip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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