createNewEmployee(employeeId,employeePassword)?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");
printf("Error : the entered password should be at least 5 characters long and should contain at least 1 digit, 1 alphabet and 1 symbol!");
}
printf("\n\nplease enter your last name\n");
else
{
printf("Error : the entered ID should contain a maximum of 20 letters");
}
scanf("%s",data->lastName);
printf("\n\nplease enter your adress\n");
scanf("%s",data->adress);
printf("\n\nplease enter your Phone number\n");
scanf("%s",data->phoneNumber);
createNewEmployee(employeeId,employeePassword)?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");