Computer Science, asked by jagadeeshmahima, 1 year ago

Write a java program to calculate the side of cube taking its volume as an input ​

Attachments:

Answers

Answered by RAHULSEN504
3

Answer:

You can obtain the side by using the function math.pow(volume,1/3)

Similar questions