Wednesday, 24 September 2014

Nested Lists and Indexing (A2)

Further improving the mail merge code, this time using 2D arrays (nested lists). I also added a system that allow the user to input a index number and it will return the data in that index position. 

1 comment:

  1. Explain the passing parameters which you used here. Why are they of benefit? Explain in words clearly how you access data from a 2D array by finding the actual item and its index number and how you store data into it as well.

    ReplyDelete