Computer Science, asked by nimrazafar2001, 11 months ago

Write a program with a function volume( ) which accepts three sides of a cube and returns its volume. Provide a default value of 1 for all the three sides of a cube. Call this function with zero, one, two and three arguments and display the volume returned in the main().
Use Function Overloading concept for this task
v=s^3 ,s = length of side

Answers

Answered by avinashmurmu99311
0

Explanation:

please write the question clearly about the three side of cube

Similar questions