if Bars < 100

 
int start(){
   if(Bars<100){
      Print("bars less than 100");
      return(0);
   }                    
now tell me what Bars<100 means here ? if changed to Bars<10 or Bars<1000 what it means
expertarts
 
Bars  <------  Click here
Reason: