Fixed prompt msg

This commit is contained in:
Jeff Lewis
2021-03-01 13:39:18 -07:00
parent 814eb92bb1
commit ed6367352d

View File

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