If the value age is greater than 16, the result of the tested condition is TRUE and the program follows the first path, which follows the statement then. This path informs the user that they are old ...
total = 0 average = number1/number2 number1 = int(input("Enter the first number: “)) number2 = int(input("Enter the second number: ")) print("The average is ...