What is the result of compiling and running the following code?

public class Quest {
    public static void main(String[] args) {
        byte b[] = new byte[80];
        for (int i = 0 ; i < b.length ; i++)
             b[i] = (byte)System.in.read();
        System.out.print(“Ok”);
    }
}

Следи за CodeGalaxy

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

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