×
×
Correct!
Insert the missing parts to create a matrix of strings.
thismatrix <- @(6)(c("apple", "banana", "cherry", "orange"), nrow = 2, ncol = 2)
thismatrix <- matrix(c("apple", "banana", "cherry", "orange"), nrow = 2, ncol = 2)
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 40 exercises.
Are you sure you want to continue?