num1 = int(input("Enter number 1: ")) num2 = int(input("Enter number 2: ")) num3 = int(input("Enter number 3: ")) print((num1 + num2) * num3)