ent = int(input("Length" ) ) wid = int(input("Width" ) ) hei = int(input("Height" ) ) print("Volume", 'is', ent * wid * hei )