Chitra has created a two dimensional R array called toy, which looks like this when printed on the console:
X Y Z
a 1 2 3
b 3 4 5
c 5 6 7
d 7 8 9
Select the most likely option.
a. toy could be a matrix
b. toy must be a matrix
c. toy cannot be a matrix