Arrays

I have no idea how array work and do not have the time to study up on them, any help is appreciated

Write the code to find the average of the elements of num decalred above if there are always 100 elements.

int num [100];
float average; int sum=0, i;
read the link i posted in your other post. it should how to iterate over the array.
Topic archived. No new replies allowed.