08 Feb
08Feb

Source code -

length = int(input("Enter the length:"))

breadth = int(input("Enter the breadth:"))

height = int(input("Enter the height:"))

voc = length * breadth * height

print("The volume of the cuboid is",voc)  

Comments
* The email will not be published on the website.
I BUILT MY SITE FOR FREE USING