Start with an error counter = 0, say numberOfErrors = 0, and check each user entry. If the user's entry is an error, the increment the error counter. Then check if the error counter > 3 and if so,...