What does the following code denote about index updation? › Category: R Language › What does the following code denote about index updation? 0 Vote Up Vote Down Editor">Editor Staff asked 2 years ago What does the following code denote about index updation? for (index in 1:3) {index <- index * 2print(index) }