Given a boolean array Apple, where Apple[i] = True represents that the apple is fresh and Apple[i] = False represents that the apple is rotten. Write a function that takes the array and array size as parameters and prints the number of fresh and rotten apples. In Ct+ Test, use the function with the array Apple[J-{1,0,0,1,0,1,1,1,0}].