logo

Crowdly

Browser

Add to Chrome

Course 8403

Looking for Course 8403 test answers and solutions? Browse our comprehensive collection of verified answers for Course 8403 at student.khnuvs.org.ua.

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

 int  k=0;  int  num1 = 2;  int  num2 = 8;

if(num1 > num2 && num1==8)  {  k=1;  }

else  {    k=2;  }

Чому дорівнює  k ?

0%
0%
0%
100%
0%
View this question

bool  x1 = (5 > 6) & (4 < 6);

Чому дорівнює  x1 ?

0%
0%
0%
0%
100%
View this question

0%
0%
100%
0%
0%
View this question

0%
0%
0%
0%
100%
View this question

int  p=0;

            int[] n = new int[] { -3, 2, 1, -4, 0 };

            for ( int i=0; i < 2; i++)

            {   if (n[i] > 0)  p = p*n[i];  }

Чому дорівнює  p по завершенні циклу?

100%
0%
0%
0%
0%
View this question
Этап розробки метода рішення включає:
100%
0%
0%
0%
0%
View this question

В якості інструментів створення графічних об'єктів використовуються:

0%
0%
100%
0%
0%
View this question

"С++" - це алгоритмічна мова

0%
0%
0%
100%
0%
View this question

int[,] m = {{ -3, 8, 1},

                  { -14, 0, 10} };

            int min = 100;

            for (int  i = 0; i < 2; i++)

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

                if (m[i,j] > min)  min = m[i,j];

            }

Чому дорівнює  min по завершенні циклу?

0%
0%
100%
0%
0%
View this question

int[,] m = {{ -3, 8, 1},

                  { -14, 0, 10} };

            int max = 0;

            for (int  i = 0; i < 2; i++)

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

                if (m[i,j] > max)  max = m[i,j];

            }

Чому дорівнює  max по завершенні циклу?

0%
100%
0%
0%
0%
View this question

Want instant access to all verified answers on student.khnuvs.org.ua?

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

Browser

Add to Chrome