This commit is contained in:
Piotr Czajkowski
2022-01-02 14:22:37 +01:00
parent d530794947
commit 835adc571c

View File

@@ -100,7 +100,7 @@ namespace Change
if (change < 0)
{
Console.WriteLine($"Sorry, you have short-changed me ${price - payment}!");
Console.WriteLine($"Sorry, you have short-changed me ${price - payment:N2}!");
continue;
}