diff --git a/22_Change/csharp/Program.cs b/22_Change/csharp/Program.cs index b45e5114..3b609d9d 100644 --- a/22_Change/csharp/Program.cs +++ b/22_Change/csharp/Program.cs @@ -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; }