The first time the program goes through the for loop, everything is fine. But the second time, it prints the "Please enter the employee's name:" cout, skips the getline and goes directly to the "Please enter the employee's ID number:". The getline for the ID number works fine every time. What am I doing wrong here? I'm so confused.
(also, I know I'm not using the dataOut at all yet. that's coming later. I'm trying to build this step by step for a project)