I am teaching myself java and have picked up a book with some exercises. One of these exercises requires me to build a console application that reads numbers from the keyboard into an array of type int[]. There can be 50 or fewer entries in the array.I am teaching myself java and have picked up a