If length, breadth and height of the walls are given, find the area of the four walls.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers293
Suggested Problems
-
Find the numeric mean of the prime numbers in a matrix.
9149 Solvers
-
Calculate distance travelled when given radius and rotations
242 Solvers
-
8083 Solvers
-
318 Solvers
-
Calculate Amount of Cake Frosting
29555 Solvers
More from this Author8
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
In the test cases you wrote "your_fcn_name(x)" and not "your_fcn_name(l,b,h)" ;-)
Fixed it.