Create a program that loads a sequence of numbers into an array and then calculates the average of the array elements. Allow the user to specify the size of the array, allocate the array dynamically, and use a) a function that works with the array, b) a function that uses pointers to find the average.
Vytvorte program, ktorý do poľa načíta postupnosť čísel a následne vypočíta priemer z prvkov pola. Umožnite veľkosť pola zadať používateľovi, pole alokujte dynamicky a na nájdenie priemeru použite a) funkciu, ktorá pracuje s polom, b) funkciu, ktorá využíva ukazovatele.