Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

in java will like Given an array of 10 names, complete the main method that outputs the name specified by the array index entered by

in java will like
image text in transcribed
image text in transcribed
Given an array of 10 names, complete the main method that outputs the name specified by the array index entered by the user. Use a try block to output the name and a catch block to catch any ArraylndexOutOfBoundsException. Output the message from the exception object if an ArrayindexOutOfBoundsException is caught. Output the first element in the array if the index is negative or the last element if the index is greater than the size of the array. Hint: Format the exception outputs using the getMessagef method from the exception object. Do not hard code the exception messages. Ex. If the input of the program is: 5 the program outputs: Name: Jane Ex. If the input of the program is: 12 the program outputs: Exception! Index 12 out of bounds for length 10 The closest name is: Johnny Ex. If the input of the program is 2 the program outputs: Exception! Index 2 out of botnds for longth 10 The clorest name iof Ryley LabProgram.java

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing Fundamentals, Design, and Implementation

Authors: David M. Kroenke, David J. Auer

14th edition

133876705, 9781292107639, 1292107634, 978-0133876703

More Books

Students also viewed these Databases questions

Question

How well do we currently work together?

Answered: 1 week ago

Question

What do we do well in working together?

Answered: 1 week ago