logo

Crowdly

Browser

Add to Chrome

Основи програмування

Looking for Основи програмування test answers and solutions? Browse our comprehensive collection of verified answers for Основи програмування at virt.ldubgd.edu.ua.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

До

якої бібліотеки віднесено клас

Scanner в Java

View this question

Як

зазначається стандартний потік введення в

Java

View this question

Результат компіляції

частини програмного коду:

int array [] = {1, 0 ,6 ,7 ,5};

array [0] = 2;

array [2] = 1;

array [4] = 1;

System.

out

.print(array [0]+" "+array[1]+ "

"+array[2]+" "+array[3]+"

"+array[4]);

View this question

Група однотипних змінних, для звернення до яких використовують спільне

ім’я – це?

View this question

Результат компіляції

частини програмного коду:

int array [] = {1, 0 ,6 ,7 ,5};

System.

out

.print(array [0]+" "+array[1]+ "

"+array[2]+" "+array[3]+"

"+array[5]);

0%
0%
0%
View this question

Результат

компіляції частини програмного коду:

int twoD[][] = new int[3][3];

for (int i = 0; i < 3; i++) {

for (int j = 0; j < 2; j++) {

twoD[i][j] = 0;

System.out.print(twoD[i][j]+" ");

}

System.out.println();

}

0%
0%
0%
View this question

Яка

адреса комірки, що відмічена іншим кольором на концептуальній схемі

представлення двовимірного масиву

0  0  0  0

0  0  1  0

0  0  0  0

0  0  0  0



View this question

Чи

можливо у масиві розмістити елементи різних типів даних?

View this question

Яку функцію виконує оператор new int [12] в наведеному прикладі:

int month_days [] = new int [12];

View this question

Результат

компіляції частини програмного коду:

int array [] = new int [4];

for (int i = 0, j = 1; i < 4; i++, j = j + 2) {

array [i] = j;

System.out.print(array[i]+" ");

}

View this question

Want instant access to all verified answers on virt.ldubgd.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome