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
Зареєструйся Зараз
або Підпишись на майбутні тести