SIGN IN SIGN UP

Added surface area of a cuboid (#7293)

* Added surface area of a cuboid

Added surface area of a cuboid according to the formula:
S = 2 * (ab + ac + bc)

* Removed extra white space

* Added test for cuboid surface area

* fixed syntax error

* Removed extra space

* Added tests for cuboid surface area that should fail

I have added tests for cuboid surface area where one of the parameters is invalid. These should fail.
K
kvadrik committed
d8672882bfebc8cf85f184da461880c84aa7cb92
Parent: 0d2a98e
Committed by GitHub <noreply@github.com> on 2/28/2026, 7:13:19 PM