keyle_xiao int X = 2; int Y = 3; var pointMessage = $$"""{The point {{{X}}, {{Y}}} is {{Math.Sqrt(X * X + Y * Y):F3}} from the origin}"""; Console.WriteLine(pointMessage); // Output is: // {The point {2, 3} is 3.606 from the origin}