Write a program that outputs the lyrics for ninety-nine


Question: Write a program that outputs the lyrics for "Ninety-nine Bottles of Beer on the Wall." Your program should print the number of bottles in English, not as a number. For example, Ninety-nine bottles of beer on the wall, Ninety-nine bottles of beer, Take one down, pass it around, Ninety-eight bottles of beer on the wall. ... One bottle of beer on the wall, One bottle of beer, Take one down, pass it around, Zero bottles of beer on the wall. Your program should not use ninety-nine output statements! Design your program with a class named Beer Song whose constructor takes an integer parameter that is the number of bottles of beer initially on the wall. If the parameter is less than zero, set the number of bottles to zero. Similarly, if the parameter is greater than 99, set the number of beer bottles to 99. Then make a public method called print Song that outputs all stanzas from the number of bottles of beer down to zero. Add any additional private methods you find helpful.

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Write a program that outputs the lyrics for ninety-nine
Reference No:- TGS02404459

Now Priced at $15 (50% Discount)

Recommended (97%)

Rated (4.9/5)