Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Виберіть правильну обчислення Y
Y=sin M, при M=0;
Y=M+cos M, при M< >0;
if (M==0) Y=M+sin(M); else Y=cos(M);
if (M==0) Y=sin(M); else Y=M+cos(M);
if (M!=0) Y=sin(M)+cos(M); else Y=M+cos(M);
if (M<>0) Y=sin(M); else Y=M+cos(M);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!