What is the result of the following program execution?
public class Test {
    public static void main(String[] args) {
        char ch = '0';
        for (; ch <= 9; ch++)
            System.out.print(ch);
    }
}

Следи за CodeGalaxy

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

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