// Loop through an array and print its members int numbers[]={5,2,0,3}; // Array with four members int n; // The loop counter for(n=0; n