โ Back to Classes
Question 211
Box Volume Class
Box Volume Class
Create a classBoxwith a constructor taking length, width, and height, and aVolume()method returning their product. Do NOT write a Main method. For Box(2, 3, 4) the program prints 24.
Expected Output:
24
Topics:
Classes
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.