for loop
Format:
for(variable initialization ; Conditional judgment; Variable update)
{
Loop body code;
}
Example: Find 100 The sum of numbers that are divisible by 10
php.cn
Students who have watched this course are also learning