I'm trying to add 3 elements to my array, but I want to make sure that user's input are ONLY numbers. So far I have my for loop that allows the user to enter 3 numbers and if the user enters an input that IS NOT A NUMBER I subtract 1 so I still make sure I only get 3 numbers. After running my code I get an Exception error (Exception in thread "main" java.util.InputMismatchException). Please someone tell me what I'm doing wrong. Thank you in advance! I'm trying to add 3 elements to my array, but I