99952 green bottles sitting on a wall
99952 green bottles sitting on a wall
And if 1 green bottle was to accidently fall
There'd be 99951 green bottles sitting on the wall.
ps:
for(int i=99952;i>0;i++){
echo "$i green bottles sitting on a wall\n";
echo "$i green bottles sitting on a wall\n";
echo "And if 1 green bottle was to accidently fall\n";
$j=$i-1
echo "There'd be $j green bottles sitting on the wall.\n";
}