para unidade de loop
for (int i = 0; i < 50; i++)
{
//Do something 50 times
}
Testy Tortoise
for (int i = 0; i < 50; i++)
{
//Do something 50 times
}