Ask Question
14 August, 16:49

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) }

+1
Answers (1)
  1. 14 August, 16:58
    0
    Reverse order of entries of a list.
Know the Answer?
Not Sure About the Answer?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers