Home > database >  What variable is equal to 1, the statement did not perform, just all of a sudden become a 6
What variable is equal to 1, the statement did not perform, just all of a sudden become a 6

Time:10-04

M=1
For I=1 to (m - 1), when m=1
Suddenly a=m, m is equal to 6
Next
Should skip this loop statement, why would perform a=m?

CodePudding user response:

Don't understand

CodePudding user response:

Replace the name of the variable
Long ll_m, ll_a
Ll_m=1
For I=1 to (ll_m - 1)//, m=1, ll_m and add space between the minus sign
Suddenly ll_a=ll_m//m is equal to 6
Messagebox (' internal 'll_m)
Next
Messagebox (' external 'll_m)

//cycle should not go, because you didn't write step=1

CodePudding user response:

Lz, seems to have to learn programming, to get some basic algorithm first book see

CodePudding user response:

Obviously grammatical errors,
M=1
For I=1 to (m - 1), when m=1
Suddenly a=m, m is equal to 6
Next

CodePudding user response:

This simple ah, online search will get the answer.

CodePudding user response:

I don't know, to help

CodePudding user response:


Have any PB can master to moonlight as a training instructor? If an interested friends, please send resume

To: [email protected], please contact: QQ: 174629429 MSN:[email protected]

CodePudding user response:

The paranormal!

CodePudding user response:

In the context of this code is not in that situation

CodePudding user response:

There is no step to 1, the loop body is how to do?
  • Related