Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please using C++ Write a program to satisfy the following requirements 1. Define 2D array type integer with size 3 x 3 2. Ask the
Please using C++
Write a program to satisfy the following requirements 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 square of sum of all major diagonal elements, (element where its row equal to its column as shown in figure 1). Call this function in function main and pass the 2D array. 4. Display all the elements and the square of sum of all major diagonal elements. Figure 1: major diagonal elements Example of the output if the input data 1 234 56789 ali elements are 1 2 3 4 5 6 7 8 9 square of sum of all major diagonal elements is 225Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started