length= float( input("enter your length ") )
width= int( input("enter your width ") )
height= int( input("enter your hight ") )
lenwid= (length*width)
print("volume is ", (lenwid*height))