Question: Exercise 1 Write a program that prompts the user to read two integers and displays their sum. Your program should prompt the user to read
Exercise 1 Write a program that prompts the user to read two integers and displays their sum. Your program should prompt the user to read the number again if the input is incorrect. Hint: use the InputMismatchException
Exercise 2 Write a program that meets the following requirements: Creates an array with 100 randomly chosen integers. Prompts the user to enter the index of the array, then displays the corresponding element value. If the specified index is out of bounds, display the message Out of Bounds Hint: use the ArrayIndexOutOfBoundsException
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
