write the Java statement for the following
a). 2π √l/g
Answers
Answered by
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
English,
3 months ago
Computer Science,
3 months ago
Science,
6 months ago
History,
11 months ago
Chemistry,
11 months ago