Question: 9. (8 points) Write the buildList(L, n) function to include in the program above. buildList( L,n) receives an empty list L and builds and stores
9. (8 points) Write the buildList(L, n) function to include in the program above. buildList( L,n) receives an empty list L and builds and stores in L a list containing the integers 0, 1,2.... In the example above, 10. (8 points) Write the AddToList(L, n) function to include in the program above. AddToList(L,n) adds n 11. (8 points) Write the Erase(L) function to include in the program above. Erase(L) converts L to an your program would print "0 1 23 4 5". to every element of list L. In the example above, your program would print "5 678 9 10" empty list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
