static void Main(string[] args) { for (int i = 1; i <= 100; i++) { Console.WriteLine(FizzBuzzer.getvalue(i)); } Console.ReadLine(); }