Computer Science, asked by syed8307, 1 month ago

Write an expression in Java for cos x +sqrt{ a^{2} +b^{2} }

Answers

Answered by ayeshafalak534
0

Answer:

mark me as brilliant and give thanks to me

Attachments:
Answered by soumik860
0

Answer:

Math.cos(x) + Math.sqrt(a * a + b * b);

Similar questions