Count to 1 Million

DeadBattery

Community Support Team
Community Support
Messages
4,018
Reaction score
120
Points
0
2393 bottles on the wall. Take one down pass it around...
 

mattblog

New Member
Messages
463
Reaction score
13
Points
0
2345 bottles of beer on the wall, if a drunk went over and added a beer on the wall, how many bottles of beer on the wall?
 

bhupendra2895

New Member
Messages
554
Reaction score
20
Points
0
2356
1 Million Web-Developers! :p and probably the end
We do it in this way.
$counter = 2356;
PHP:
while($counter <= 100000)
{
echo $counter;
$counter++;
}
Code:
output:-I can't write here, but last one should be 100000
 
Last edited:
Top