Hi ;
I know how to solve the same problem if i have limit numbers ,but here i have n intergers .How can the compiler understanst me when i need n integers ,like this question:
Write a program that takes an n number of integers and calculates their average.
Using for or while loop!