Hi folks,
need some help to create array using iteration – the array once populated will
be representative of the grid below.
need use a function to create the array.
need to use the array to perform multiplication of numbers between 1 and 5 (2 numbers
must be entered by textboxes), if the user enters in 2 and 2,it must look
up the array to obtain the correct answer.


1 2 3 4 5
2 4 6 8 10
3 6 9 12 15
4 8 12 16 20
5 10 15 20 25
any help would be much appreciated
thanks