Write a program that uses a for loop to generate


Write a program that uses a For loop to generate the output shown below. Note that the program should only show the text for 99, 98, 97, and 96 bottles. (Hint: Have a start value of 99 and a finale value of 96, with a step value of -1)

99 bottles of rootbeer on the wall
99 bottles of rootbeer
Take one down and pass it around
One less bottle of rootbeer on the wall

98 bottles of rootbeer on the wall
98 bottles of rootbeer
Take one down and pass it around
One less bottle of rootbeer on the wall

97 bottles of rootbeer on the wall
97 bottles of rootbeer
Take one down and pass it around
One less bottle of rootbeer on the wall

96 bottles of rootbeer on the wall
96 bottles of rootbeer
Take one down and pass it around
One less bottle of rootbeer on the wall" 

Request for Solution File

Ask an Expert for Answer!!
Visual Basic Programming: Write a program that uses a for loop to generate
Reference No:- TGS0104878

Expected delivery within 24 Hours