✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Яких значень набуде змінна b після виконання умовного оператора Іf, якщо a = –3? [int b, a = -3; if (a < 5) b = a + 1; else if(a > 10) b=a*2; else b=a--; ]