Print Integer Array

Print an integer array. The output from the array of 4 integer elements should be: 1 2 3 4 The numbers must be on new lines with no spaces.

Published
Categorized as Arrays, CSCD