printf("\n\n Account created successfully !\n\n");
}
else
{
printf("\n\n Could not create the Account please contact an employee of clearance 1 !\n\n");
}
createNewEmployee(newEmployeeId,newEmployeePassword)?printf("\n\n Account created successfully !\n\n"):printf("\n\n Could not create the Account please contact an employee of clearance 1 !\n\n");