CodePudding user response:
The first for loop to 0 and 8 of 9 variable assignmentThe second for loop to output the 0-9 10 variable
Nine variables have no assignment so there will be an uncertain initial value is what you see first
CodePudding user response:
A [9] did not give it a value assignment, content is a random value at this timeCodePudding user response:
Subscript 9 elements is not the assignment, because I only is 8 (maximum), when equal to 9 does not meet the loop condition, the solution is the first for loop into the I & lt;=9