mirror of
https://github.com/jcreek/CityFinder.git
synced 2026-07-12 18:33:44 +00:00
feat(*): Add explanation text for responding to a question
This commit is contained in:
@@ -76,7 +76,7 @@ namespace CityFinder
|
||||
/// <returns>Returns a valid country code.</returns>
|
||||
private static string GetUserCountryInput()
|
||||
{
|
||||
Console.WriteLine("Do you know the valid country code you need?");
|
||||
Console.WriteLine("Do you know the valid country code you need? (Enter 'y' or 'n')");
|
||||
string userResponse = Console.ReadLine();
|
||||
if (userResponse.ToLower() != "y")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user