From d14d01c3e1f46afa9d7b76f97c82c8d80affcb34 Mon Sep 17 00:00:00 2001 From: "Deacon, Hunter" <100684231+DELUXEHUNTER@users.noreply.github.com> Date: Sun, 4 Feb 2024 18:21:14 -0500 Subject: [PATCH] Update Program.cs --- Neoa/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" );