logo

Crowdly

Дослідіть фрагмент програми. int a, c = 4; switch ( c ) { case 1: a ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

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

int a, c = 4;

switch ( c )

{

case 1:

a = 4;

break;

case 2:

a = 5;

break;

case 3:

a = 6;

break;

default:

a = 7;

}

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

0%
0%
0%
0%
100%
More questions like this

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

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