write an application that prompts the user to enter a number to use as an array size, and then attempt to declare an array using the entered size. if the array is created successfully, display an appropriate message. java generates a negative array

Respuesta :