Write down java expression for: \[ \begin{align} \\ & T = \sqrt{A^2 + B^2 + C^2} \end{align} \]
Views 11
Answer:
T = Math.sqrt(a*a + b*b + c*c)
Related Articles:
This section is dedicated exclusively to Questions & Answers. For an in-depth exploration of Java Programming Language, click the links and dive deeper into this subject.
Join Our telegram group to ask Questions
Click below button to join our groups.