✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Question 3:
You are tasked with manipulating a dynamic 2D square matrix, where the size of the matrix will be provided by the user. Write a C++ program to achieve the following:
1) Write a program that creates a dynamic 2D matrix of size N x N, where N is provided by the user.
2) Fill the matrix with random integer numbers in the range from 0 to 100.
3) The program should find the row with the minimum sum of elements and the column with the maximum average value.
4) the program's operation must be accompanied by the output of a matrix, intermediate and final results.
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!