Discuss the below:
By default, the array must have the following values:
5, 2, 3
8, 32, 1
4, 9, 10
17, 15, 12
The application will multiply the columns of the matrix (e.g., 5 * 8 * 4 * 17 = 2720) and subtract the rows (e.g., 5 - 2 - 3 = 0).
Display the results for the multiplication of all columns and the subtraction of all rows in a message box.
Create a menu bar with a Calculate menu and include a Compute and an Exit command. The Compute command will calculate either the multiplication or the subtraction of the rows or columns in the array.
Create a Clear button that will clear the result text box and reset all controls.
Create an Exit button.
Use labels to identify the input and output controls.
Attachment:- Array and loop.rar