Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyC#string interpolationSingle-choice MCQ

What does this print, given the formatting in the interpolation?

double rate = 0.5; Console.WriteLine($"{rate:P0}");