using System;using System.Numerics;public class Example{ public static void Main() { Complex c3 = (Complex) 11232.3m; Console.WriteLine(c3); }}