# 8 kyu - Volume of a Cuboid - Authored by user5196477
+Link to kata: https://www.codewars.com/kata/58261acb22be6e2ed800003a
+
Bob needs a fast way to calculate the volume of a cuboid with three values: length, width and the height of the cuboid. Write a function to help Bob with this calculation.