Write an if-else statement for the following: If num_difference is not equal to 16, execute total difference = -10 Else, execute total difference - num difference 1 num_difference - int(input() # Program will be tested with values: -13-14-15-16. 3 5 print(total_difference) 2 4 6