Console.WriteLine("The Sum of odd Natural Numbers up to {0} terms using for loop: {1}", n, sumFor); Console.WriteLine("\nThe odd numbers using foreach loop are:"); ...