int DetermineRequiredMentors(int accessibleMentors)
{
return accessibleMentors + 1;
}
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
int DetermineRequiredMentors(int accessibleMentors)
{
return accessibleMentors + 1;
}