CJCoding With Joseph
15per day

Box Volume Class

Create a class Box with a constructor taking length, width, and height, and a Volume() 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.