If you think it is that it doesn't work quite right for fights of one round, you're right! The code prints:
fought it for 2 rounds
when the number two is passed back, but for one it would print:
fought it for 1 rounds
The plural is wrong! It should be "round". Can you use a if-statement to fix this?
[Home > Part 4 > Next]