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