116. Classification Accuracy

Easy

Return the classification accuracy (as a percentage, 0-100) given true and predicted labels.

Sign in to write and run your own code.

Implement solve(...)