Question: Please use these topics only : Control statement/Structure ,Functions and Arrays. Write a c++ program to satisfy the following requirement 1. Define 2D array type

Please use these topics only : Control statement/Structure ,Functions and Arrays.
Write a c++ program to satisfy the following requirement 1. Define 2D array type integer with size 3 x 3 2. Ask the user to enter each elements of 2D array. 3. Write a function to calculate and return sum of square of all minor diagonal elements, (as shown in figure 2). Call this function in function main and pass the 2D array. 4. Display all the elements and the sum of square of all minor diagonal elements Figure 2: minor diagonal elements Example of the output if the input data 1 2 3 4 5 6 7 8 9 all elements are 1 2 3 4 5 6 7 8 9 sum of square all major diagonal elements is 83
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
