Write a Java expression for √(2as + u²).

Views 12

Answer:


Math.sqrt(2 * a * s + Math.pow(u, 2));

or


Math.sqrt(2 * a * s + u * u)

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.