For this example, an Ordered Collection will be used to show the different messages that can be sent to an OrderedCollection object to loop over the elements.The code below will instantiate an empty OrderedCollection using the message new and then populate it with 4 numbers using the message add:
a...