QUESTION 12 The Array6 vector is a row vector that contains more than seven numerical elements. Which of the following c
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
QUESTION 12 The Array6 vector is a row vector that contains more than seven numerical elements. Which of the following c
QUESTION 12 The Array6 vector is a row vector that contains more than seven numerical elements. Which of the following commands deletes the seventh element from the vector Array6? delete(Array6(7)) O = Array6(7) O Array6 delete(7) O Array6(7) = 0 delete(element_seven(Array6)) O remove(Array6(7))