C Graphing and Uncertainty
Accomplish the following tasks with complete, well-documented GlowScript code:
1. Generate a random list of n = 99 numbers between 0 and 10 (at least 100 values, but maybe more if you want to try it).
2. List 45 = a list of velocities recorded once per second over seconds.
3. Produce a graph of velocity vs. time from this contrived data set.
4. Calculate the average (mean), median, and standard deviation of these velocities and print them in the output terminal.
5. Add a horizontal bar with a thickness of 0.25 to your graph at the location of the average velocity.