vector is given: vtr =c(2,4,5,6,7,1,10)
a) how to find length of vector
b) to sort the vector in decreasing order
c) to replace the third index value with 9
d) to add one more element at the end of vector.
e) To print all elements except first element of a vector.
vector is given: vtr =c(2,4,5,6,7,1,10) a) how to find length of vector b) to sort the vector in decreasing order …
Share
1 Answer