you are viewing a single comment's thread
view the rest of the comments
[–] 6 points 3 years ago*
int DetermineRequiredMentors(int accessibleMentors) 
{
    return accessibleMentors + 1;
}   
  • source
  • parent