int x = 0;

while (x < 15)
{
   NSLog(@"Witaj wiecie!");
   x = x + 1;
}
