// Note that these tasks are also described in comments within the main() method: // TASK 1. Count the number of consonants in each String (firstName and lastName), // then print a message saying which one (if any) has more of them. // TASK 2. Check whether area code has exactly three digits; print error message if not. // Check whether zipcode has exactly five digits; print error message if not. // TASK 3. Check to see if each number (zipCode and areaCode) is divisible by // any of the first six primes (2, 3, 5, 7, 11, 13). // TASK 4. Calculate and print the factorials of the numbers one to twelve. // (12! == 479,001,600) // TASK 5. Prompt the user to enter a password; check if it follows these rules:. // -- between five and fifteen characters long. // -- exactly three digit characterss. // -- more consonats than vowels. // -- at least one character that is not a letter or number. // OPTIONAL: Instead of writing code here (in main), // OPTIONAL: write a separate method for each of the above // OPTIONAL: and call it with appropriate arguments.
On the "redo" however, each is worth a maximum of ten, and it is necessary to do all to get a good grade.
Also, please note that submitted Java code that has syntax errors and fails to compile will NOT be graded, and will receive a grade of zero! Make sure that your code compiles properly, before submitting it!