Monday, October 29, 2007

Using For Loops

With assignment #7 you need to display the information in the array from the first position (index value = 0) to the last position (index = # of entries). You also need to display the same values but in reverse order. To do this you need to reverse the counting process.

These slides show you how.

No comments: