Challenge 3: Calculate Mean and Standard Deviation from Array
In this lesson, we will practice allocating and manipulating dynamic memory.
Problem statement
In this challenge, you have to perform the following tasks:
-
Use a pointer to allocate a dynamic array of size 10. ...