1. The average (mean) of a set of numbers can be found by adding the numbers together and dividing the resulting total by how many numbers there are in the set. Write an algorithm in pseudocode to enter and find the average of a set of numbers sets of numbers. using a REPEAT... UNTIL loop. Your algorithm must work for different sets of numbers​