Modify the lines drawing program
to add another set of lines (the same number as the first one) that
starts at the length that the first
set ends at and then grows back to max_length
.
Write a loop to print the lyrics of the song 99 Bottles of Beer. The last verse should print "Take one down and pass it around, 0 bottles of beer on the wall".
Some hints:
Convert the following numbers from binary (base 2) to decimal (base 10). All numbers are positive.
Convert the following numbers from decimal to binary.
Convert the following numbers from hexadecimal (base 16) to decimal.
Convert the following numbers from decimal to hexadecimal
Exercises 4 (briefly explain your answer), 18, 19, 20, 22 p. 231.
Send all of your program files to me by e-mail. You may submit the written part (if any) in class or send it together with your problem set. Please send only ONE e-mail with your entire submission, make sure you include everything. Multiple e-mails with your homework may result in a lower grade.