What is the result of the following code execution?

abstract class Test{
    private static int getHalf(int i){
        return i/2;
    }
    public static void main(String[] str){
        int half=getHalf(0);
        System.out.println("Result is:"+half);
    }
}

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Продолжайте изучать
тесты по Java
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты