The integer ii_arr [50]
How to put 1 to 50 is assigned to the array above?
CodePudding user response:
Int I
For I=1 to 50
Ii_arr [I]=I
next
CodePudding user response:
Upstairs positive solution, don't be frightened by this trouble, ha ha
CodePudding user response:
The top!