Removed a bug
This commit is contained in:
parent
170bb4bba0
commit
3af70b437a
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ public static class QualData
|
|||
do
|
||||
{
|
||||
Console.Write("Enter country: ");
|
||||
country = Console.ReadLine()!.ToLower();
|
||||
country = Console.ReadLine()!;
|
||||
} while (!IsContained(country!, possibleCountries));
|
||||
|
||||
return country;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue