That the loop dosen’t loop through 10000000, 10000001. But just 10000000 then 20000000. Is it possible? Language PHP.
That the loop dosen’t loop through 10000000, 10000001. But just 10000000 then 20000000. Is
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Depends what language you are using. For example in PHP you could do this.
However, as usual when programming, things can be done different ways. Often a different way leads to simpler code. For example, you might be able to get away with this: