Hi so I am learning about arrays, I just learned how to declare one that holds 5 number: a[5];
but how can i use a for loop to put numbers into the array? All the array examples i see already declare number into the array like a[5]={5,2,3,1,1] So how can i do i with a for loop? please help