hello,
i have this assignment but i got stuck on number 2.
Question 1: Create a 3x3 array, each filled with a digit 1-9 so that the array resembles a num pad. Use for loops and construct 3 different, correct ways to print the elements of this array.
Question 2: Calculate and then print the product of the elements of the first 2 rows of this array.
It has 3 more parts and I know how to do others but don't know how to do number 2.
thank you