lekepius5003 lekepius5003 20-01-2023 Computers and Technology contestada question: 14 the following code is designed to return true if a target value is present in an array of integers. public boolean search(int[] arr, int target){ for (int number : arr) { if (number !