jrspike359 jrspike359 10-04-2024 Mathematics Answered X = [1 4 9 10 11 2 3 5]; y = 5; ct1 = 1; ct2 = 1; while ct1 <= 8 if x(ct1) < y z(ct2) = x(ct1) ct2 = ct2 1; end ct1 = ct1 1; end how many elements does z have? a. 3 b. 4 c. 5 d. 6