Copy of snippet "second"

if (score < 0) score = 0;
if (score > 100) score = 100;
return score;