Note: you have declared the array in the main method, therefore the inputNumber method does not have access to it. You need to pass it as a parameter or make it an instance variable and use OO...