Originally Posted by
bis student
thank you again for helping , and I want another hint about print 10 elements per line because this if (i % 10 == 0) does is not work .
After you successfully initialize your array, you create another loop for print each element of your array. Every 10 elements, you insert the newline character. (Hint: everytimes the counter is divisable by 10, then it means you have already print 10 elements in that line)
Yesterday is a history, tomorrow is a mystery, today is a gift.
Behind every smile is a tear.
Visal .In