Задачи на массив 1) Create an array of 7 integer elements and fill it with the number 0 (Создайте массив из 7 целых элементов и заполните его числом 0)

2) Create an array of 10 integer elements and fill it with the squares of the loop parameter values (Создайте массив из 10 целых элементов и заполните его квадратами значений параметра цикла)

3) Create an array of 15 integer elements and fill it with random numbers from 5 to 30 (Создайте массив из 15 целых элементов и заполните его случайными числами от 5 до 30)

Lounges Lounges    2   23.02.2021 15:54    1

Другие вопросы по теме Информатика