I have to wonder how you can think to use a loop to insert values into an array but couldn't think to use a loop to print them out.


int num[] = new int[16];

If you want an array to hold N...