diff --git a/Neoa/Program.cs b/Neoa/Program.cs index 0a6ecbf..b23a7fc 100644 --- a/Neoa/Program.cs +++ b/Neoa/Program.cs @@ -76,7 +76,7 @@ public static void Main(string[] args) Console.Clear(); Console.Clear(); Console.WriteLine("Introduction:"); - if (Gender == "Male"); + if (Gender == "Male") { Console.WriteLine("Initialization complete welcome, " + firstname + " " + lastname + " to the Neoan Exeon corporation system.. Employee record not found "); Console.WriteLine("...Searching community records... New Employee File being created" );