KnowledgeBoat Logo

Computer Applications

Write the Java expression for the following:

34a2\dfrac{\sqrt{3}}{4}a^2

Java Math Lib Methods

23 Likes

Answer


(Math.sqrt(3) * a * a) / 4

Answered By

14 Likes


Related Questions