Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

An geologist places sensors in a 9x9 grid on a field to collect readings in an a

ID: 3658610 • Letter: A

Question

An geologist places sensors in a 9x9 grid on a field to collect readings in an attempt to determine if a volcano is going to erupt. The sensors return a number on the scale of 0 to 100. Write a program that will collect the readings from each sensor into a 9x9 array and then generate the following results: 1.The average of each row of readings.. 2.The average of each column of readings. 3.The maximum of each row of readings. 4.The maximum of each column of readings. 5.The average of all readings in the array 6.The maximum of all readings in the array This question is for C++ I am so lost, and I do not know where to start any help would be greatly appreciated!!

Explanation / Answer

#include #include #define SIZE 9 using namespace std; int main() { int reading[SIZE][SIZE]; int randomval; int i,j; int sum; int max; cout
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote