Suppose you have two int type variables num_players and total_score. Your instructor asks you to find the average score per player.
You declare a double type variable average and write the calculation statement as: average = total_score / num_players. Your answer will output as integer !