Difference between revisions of "Team:Tokyo Tech/Team"

Line 213: Line 213:
 
     // The function judging whether the argument is in bound
 
     // The function judging whether the argument is in bound
 
     function inBound(arg){
 
     function inBound(arg){
         return (arg>=0 && arg<member_num);
+
         iif(arg >= 0){
 +
    if(arg < member_num){
 +
return true;
 +
    }
 +
}
 +
return false;
 
     }
 
     }
 
      
 
      

Revision as of 08:33, 16 August 2016


gem

About Us

Team Members

Instructors