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!

Порядок

виконання циклу

while

50%
0%
View this question

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

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

int i, j;

i = 4;

j = 0;

do {--i;

++j;

}while (i > j);

System.out

.print(i + "

");

System.

out.print(j + " ");

View this question

Як виглядає процедура одночасного оголошення та ініціалізації змінної?

View this question

Який з представленого варіанту записів є вірним?

View this question

Вкажіть

вірний результат виконання програми:

int x = 1;

int y = --x;

System.

out.println(y);

View this question

Результат виконання оператора int і = 10 % 4;

View this question

Яка змінна оголошена не вірно?

View this question

Результат

роботи програми:

boolean a = true;

boolean b = false;

boolean c = a | b;

View this question

Результат

роботи програми:

boolean a = true;

boolean b = false;

boolean

f = (!a &

b) | (a &

!b);

View this question

Який тип оператора використано під час ініціалізації змінної int g = --10;

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