Given the following problem specification: • You need to develop a system that reads integer values from the user and st
Posted: Fri May 20, 2022 12:04 pm
Given the following problem specification: • You need to develop a system that reads integer values from the user and store them in a 2D array of size [3][3]. Then find the sum of highlighted area only. Note: the numbers are just an example. 3 8 2 N 1 0 2 72 6 Print the 2D array as a matrix, in addition to the answer