int [ ][ ] twoD = {{2, 3, 4}, {5, 6, 7, 8}, {2, 4, 6}, {1, 2, 3, 4, 5}};
In each row, we wish to extract the odd integers, multiply by them, and dis