Ask Question

Given the commands below, what do they do? for (position = 1 through aList. getLength () / 2) { a = aList. getEntry (aList. getLength () - position+1) aList. setEntry (aList. getEntry (aList. getLength () - position+1)) aList. setEntry (a, position) }

+3
Answers (1)
  1. 21 April, 20:26
    0
    Reverse order of entries of a list.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Given the commands below, what do they do? for (position = 1 through aList. getLength () / 2) { a = aList. getEntry (aList. getLength () - ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers