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