Chapter 2 Challenge 11

Looking for code for calculating % of exercises solved.

Thanks!

You do it like this in this case:

print(Double(exercisesSolved) / Double(exercises))

Please let me know if you have any more questions or issues regarding the whole thing.