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