mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 07:10:42 -08:00
Format
This commit is contained in:
@@ -100,7 +100,7 @@ namespace Change
|
|||||||
|
|
||||||
if (change < 0)
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user