What does this print, given the formatting in the interpolation?double rate = 0.5; Console.WriteLine($"{rate:P0}");