need help with alice3
Build a world containing a person who can calculate the average from a sequence of numbers in his or her head. Have the person ask the user how many numbers are in the sequence and then use the getDoubleFromUser() function to get the numbers from the user. When all the numbers have been entered, have the person “say” the average of those numbers. Need a working model to see how the code interacts and which processes to follow.