Put in any number then push the button to find the average.
I made the project with 3 variables: Sum, Numbers, and Average. Basically, when you enter a number, it increases Numbers by 1, adds it to the Number List, then changes Sum by that number. So if you input 10 and 15, Numbers would be 2, the Number List would be 10 15, and the Sum would be 25. To make the average, I divide Sum by Numbers. I then join The average is with Average and make the Average Calculator sprite say it.