Considering there are 15 pool balls, (b), in the game of pool, and given a radius, (r). What is the volume, (V), of a rack in the game of pool?
Solution Stats
Problem Comments
5 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers50
Suggested Problems
-
3433 Solvers
-
Find the sum of the elements in the "second" diagonal
1204 Solvers
-
07 - Common functions and indexing 1
454 Solvers
-
6308 Solvers
-
Convert from integer to binary
115 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
You need to fix some issues: you only have one test working, you are rounding to 3 decimal places, and the last test case is false (it should give 502.655)
also you shouldn't use isequal when you use pi.
The test suite has been updated.
The variable tolerance has not been set.
Updated.