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
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1995 Solvers
-
302 Solvers
-
384 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
601 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
358 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.