Fixed prompt msg

This commit is contained in:
Jeff Lewis
2021-03-01 13:39:18 -07:00
parent 86aa57d4fc
commit 989fefc10d

View File

@@ -165,7 +165,7 @@ namespace Amazing
private String DisplayTextAndGetInput(String text)
{
Console.Write(text);
Console.WriteLine(text);
return Console.ReadLine();
}