Computer Science, asked by pranitha2024, 3 months ago

write the Java statement for the following

a). 2π √l/g​

Answers

Answered by BrainlyProgrammer
3

Answer:

Java expression for 2πl/g....

2*Math.Pi()*(Math.sqrt(l)/g);

Explanation:

Math.Pi() is for π

Math.sqrt() is for square root

Similar questions