using System;using System.Numerics;public class Example{ public static void Main() { Complex c1 = new Complex(1, 6); Console.WriteLine(c1); }}