logo

Crowdly

Технології безпечного програмування (1-2 курс, 1р ВО, БІКС, очна)

Looking for Технології безпечного програмування (1-2 курс, 1р ВО, БІКС, очна) test answers and solutions? Browse our comprehensive collection of verified answers for Технології безпечного програмування (1-2 курс, 1р ВО, БІКС, очна) at elearning.kubg.edu.ua.

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

В мові програмування С# оператор do/while

0%
100%
0%
0%
View this question

Дослідити фрагмент програми.

int x = -23;

if ( x < 0)

Console.WriteLine("1");

else if ( x == 0)

Console.WriteLine("2");

else

Console.WriteLine("3");

Написати, що буде виведено на екран при виконанні фрагменту програми

View this question

Дослідити фрагмент програми.

string x = "2025";

if ( x == "2019")

Console.WriteLine("1");

else if ( x == "2020")

Console.WriteLine("2");

else

Console.WriteLine("3");

Написати, що буде виведено на екран при виконанні фрагменту програми

View this question

Дослідіть фрагмент програми.

int a=0, b, c;

b=10; c=15;

if ( !(c>= 0  &&  b< 15))

a=1;

Визначить, яке значення приймає змінна а.

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

Дослідіть фрагмент програми.

int a=0, b, c;

b=88; c=25;

if ( c != b)

a=1;

else

a=2;

Визначить, яке значення приймає змінна а.

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

Виберіть імена операторів повторення (циклу) мови С#.

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

Want instant access to all verified answers on elearning.kubg.edu.ua?

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