Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Маємо наступні змінні:
int a = 1, b = 5;
bool с = false;
За якої умови отримаємо результат true?
(b > 5 && a < 3)&& (!с)
(b <= 5 || a == 3) && с
(с && a != 2) || b > 5
(b > 5 && a < 3) || (!с)
с ||( a == 4 )&& b < 3
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!