package com.javarush.task.task02.task0216; /* Минимум трёх чисел */ public class Solution { public static int min(int a, int b, int c) { int k; if (a