Find x in the following figure
Please provide the answer with appropriate steps. thank you :)
Attachments:
Answers
Answered by
0
Answer:
1. Write a class to overload a function volume() to perform the following:
a. To print the volume of cube(side*side*side)
b. To print the volume of cuboid(length*breadth*height)
c. To print the volume of sphere(4/3πr3)
Write the main method to call the above methods
Similar questions