using System; class Sample { public static void Main() { Console.WriteLine("(C) Currency: . . . . . . . . {0:C}\n" + -123, -123.45f); } }