Home > database >  An array of
An array of

Time:09-27

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!
reference 1st floor xys_777 response:
int I
For I=1 to 50
Ii_arr [I]=I
Next

CodePudding user response:

reference 1st floor xys_777 response:
int I
For I=1 to 50
Ii_arr [I]=I
Next


Positive solution

CodePudding user response:

refer to the second floor eviler response:
upstairs positive solution, don't be frightened by this trouble, ha ha


Is there any trouble:
Integer a [4]={1, 2, 3, 4}

6, the integer a [50]={... 50}

CodePudding user response:

reference 1st floor xys_777 response:
int I
For I=1 to 50
Ii_arr [I]=I
Next

The top

CodePudding user response:

Int I
For I=1 to 50
Ii_arr [I]=I
Next

  • Related