l = int(input("LENGTH: ")) w = int(input("WIDTH: ")) h = int(input("HEIGTH: ")) print("Volume is", l*w*h)