Looping 15 times

i = 0
    while(i < 15)
    {
        stuff();
        i++;
    }