Answer No : 9 :
void setup()
{

  Serial.begin(9600);
  for(int a=0;a<100;a++)
  {
    Serial.println(a);
  }

}
void loop()
{
}
Output: