Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Вкажіть рядок, що відповідає правильному запису логічного виразу .
(x>=0) || (y>=0) || (power(x,2)+power(y,2)<=power(r,2))
(x>=0) && (y>=0) && (pow (x,2)+power(y,2)>=pow(r,2))
(x>=0) && (y>=0) && (pow (x,2)+pow(y,2)<=pow(r,2))
(x>=0) && (y>=0) && (power(x,2)+power(y,2)<=power(r,2))
(x>=0) && (y>=0) || (pow (x,2)+pow (y,2)<=pow (r,2))
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!