length = float(input( "What is the Length? " )) width = int( input( "What is the Width: " )) height = int( input( "What is the Height: ")) times = (length * width) print("Volume is ", (times * height))