num1 = int (input ("Length 2") ) num2 = int(input("Width ") ) num3 = int(input("height ") ) print( "Volume is ", num1*num2*num3)