Knowledge check

Completed

Check your knowledge

1.

For the C# code Console.WriteLine("C110".PadLeft(6, '0'));, which is the expected output?

2.

Which format specifier presents a decimal value with the following format to an en-US audience: 12,345.67

3.

Which character must be used as a directive to perform string interpolation?