Some employee IDs need to be properly formatted.
Use the padStart method to add leading zeros
to the IDs stored in employeeID1, employeeID2,
and employeeID3 so that all of them are exactly
8 characters long.
Store the formatted IDs in the variables formattedEmployeeID1,
formattedEmployeeID2, and formattedEmployeeID3.