logo

Crowdly

Browser

Add to Chrome

Об'єктно-орієнтоване програмування

Looking for Об'єктно-орієнтоване програмування test answers and solutions? Browse our comprehensive collection of verified answers for Об'єктно-орієнтоване програмування at dl.guscoll.com.

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

Виберіть правильний запис ініціалізації змінної

0%
0%
0%
100%
View this question

Виберіть правильний запис циклу з лічильником:

0%
0%
0%
0%
View this question

Який метод використовується для сортування елементів одновимірного масиву:

0%
0%
0%
0%
View this question

Метод Enum.GetNames(EnumType) виконує наступне:

0%
0%
0%
0%
View this question

Метод ToLower:

0%
0%
0%
0%
View this question

Яке ключове слово використовується для передачі вхідних параметрів у функцію

0%
0%
0%
0%
View this question

Виберіть правильний запис оголошення іменованої константи

0%
0%
100%
0%
View this question

Метод Enum.GetValues(EnumType) виконує наступне:

0%
0%
0%
100%
View this question

Для перетворення типів даних можна використовувати методи класу:

0%
0%
100%
0%
View this question

Що буде результатом виконання фрагмента програми

int[,] squareArray1 = new int[2,3];

int[,] squareArray2 = {{1, 2, 3}, {4, 5, 6}};

for(int i = 0; i < squareArray2.GetLength(0); i++)

{

       for (int j = 0; j < squareArray2.GetLength(1); j++)

       {

               Console.Write(squareArray2[i,j]);

       }

}

67%
0%
33%
0%
View this question

Want instant access to all verified answers on dl.guscoll.com?

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

Browser

Add to Chrome