Answer No : 10 :
void setup()
{
  Serial.begin(9600);
  for(int a=1;a<100;a+=2)
  {
    Serial.println(a);
  }
}
void loop()
{
  
}
Output: