Question: java Write a program that prompts the user to enter the size 'n' (ONLY positive) of an array 'a' and its integer elements. It also
Write a program that prompts the user to enter the size 'n' (ONLY positive) of an array 'a' and its integer elements. It also asks the user to enter an integer number x. The program should find the highest difference between x and each element in the array. For example, given the below array, and x=6 4 0 2 en a 3 3 NI 100 5 7 The differences are: 6-3=3 6-24 6-8 2 6-5-1 6-7=1 The highest difference is 4. Sample run 1 Enter the array size (only positive) 5 NCY Sample run 2 Enter the rayslae toniy positive terasu They element 25 Ta and Erence
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
