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 Solvers292
Suggested Problems
-
Maximum running product for a string of numbers
2254 Solvers
-
994 Solvers
-
Getting the row and column location from a matrix
299 Solvers
-
245 Solvers
-
Convert given decimal number to binary number.
2281 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.