num1 = int(input( "Length: ")) num2 = int(input( "Width: ") ) num3 = int(input( "Height: ") ) print( num1, "*", num2, "*", num3 , num1*num2*num3)