Question #1: Develop and execute a program for this exercise.
Write a program that prompts the user to enter the length in feet and inches and outputs the equivalent length in centimeters. If the user enters a negative number or a nondigit number, throw and handle an appropriate exception and prompt the user to enter another set of numbers.
Question #2: Develop and execute a program for this exercise.
Write a program to test the method seq0rderedSearch. Use either the method bubbleSort or selectionSort to sort the list before the search.
Question #3: Develop and execute a program for this exercise.
Write a program to test the method binarySearch. Use either the method bubbleSort or selectionSort to sort the list before the search.
Question #1: Develop and execute a program for this exercise.
Write a program that prompts the user to enter the length in feet andinches and outputs the equivalent length in centimeters. If the user
enters a negative number or a nondigit number, throw and handle an appropriate exception and prompt the user to enter another set ofnumbers.
Question #2: Develop and execute a program for this exercise.
Write a program to test the method seq0rderedSearch. Use either themethod bubbleSort or selectionSort to sort the list before the search.
Question #3: Develop and execute a program for this exercise.
Write a program to test the method binarySearch. Use either the methodbubbleSort or selectionSort to sort the list before the search.