Witam wszystkich. Chciałbym zapytać co myślicie o moim kodzie. Znalazłem i wykorzystałem gotową funkcję Math.max(int a, int b). System.out.println(Math.max(Math.max(Math.max(a, b),c),d)); Hello all. I would like to ask what you think about my code. I found and used the ready Math.max function (int a, int b). System.out.println(Math.max(Math.max(Math.max(a, b),c),d));