Code: Select all
for ($counter = 0; $counter < 10; $counter++)
{
}The counter starts at 0; Run through the following action for every time the counter reads less than zero. After each time, add the value of "1" to the counter.
There must be a simpler way. So finally, is there a simple solution to reading statements? Are there easy-to-follow, universal reading steps that can apply to all statements? If so, please let me know. Thanks.