Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

Write an application that prompts the user to enter a number to use as an array size, and then attemp to declare an array using the entered size.

Write an application that prompts the user to enter a number to use as an array size, and then attemp to declare an array using the entered size. If the array is created successfully, display an appropriate message. Java generates a NegativeArraySizeException if you attempt to create an array with a negative size, and it creates a NumberFormatException if you attemp to create an array using a nonnumeric value for the size. Use a catch block that executes if the array size is nonnumeric or negative, display a message that indicates the array was not created. Class should be NegativeArray.

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question