Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Як записати вираз мовою С++:
x=pow(a,b)+sqrt(b*b-4*a)/2*a;
x=a*b*b+sqrt(b*b-4*a)/2*a;
x=(pow(a,b)+sqrt(b*b-4a))/2a;
x=(pow(a,2)+sqrt(b*b-4*a))/2*a;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!