+ 2
99 Bottle Correction
I need help completing this code for the song lyrics. It's almost perfect, but at the end, there is an instance of "1 bottles", which of course is incorrect grammar. Do I need to create a separate function to determine whether to use "bottle" or "bottles"? https://code.sololearn.com/WfNd6GNviYHS/#html
3 Réponses
+ 2
I won't just straight up give you the answer, because I want you to understand it, but I will give hints and if you really don't know what to do, I'll show you my try.
Tip: try to decide if either bottles or bottle is needed twice, once for : there are b bottle(s) and once for : there are b-1 bottle(s)
+ 1
By altering the else if statements, I found a solution. Thank you for the reply.
+ 1
Nice, good job.
By the way here is the solution I had in mind, but it does make the code a bit more complicated
https://code.sololearn.com/WREwGP0J2ARv/?ref=app