for ( bottlenum = 99 ; bottlenum gt 1 ; bottlenum = bottlenum - 1 ) { WriteOutput("

#bottlenum# bottles of beer on the wall...#bottlenum# bottles of beer!
"); WriteOutput("Take one down, pass it around...#bottlenum-1# bottles of beer on the wall

"); } WriteOutput("

1 bottle of beer on the wall...1 bottle of beer!
"); WriteOutput("Take one down, pass it around...No bottles of beer on the wall

");