como fazer um for c# code example Example: como fazer um for c# for (int i = 0; i < 5; i++) { Console.WriteLine(i); }