savannahdrizzle7197 savannahdrizzle7197 25-11-2022 Computers and Technology contestada TRUE/FALSE. the method counttarget below is intended to return the number of times the value target appears in the array arr. the method may not work as intended. public int counttarget(int[] arr, int target) { int count