InterviewSolution
Saved Bookmarks
| 1. |
Frame the formula: volume (v) of a cuboid is the product of its length (l), breadth (b), and height (h).A. `v=lbh`B. `v=l+b+h`C. `v=(lb)/(h)`D. `v=h(l+b)` |
|
Answer» Correct Answer - A V=lbh. Hence, the correct option is (a). |
|