Question: Exercise 1 - Calculations on 2 D array Exercise Objectives finding the sum, average, minimum, and maximum. Problem Description Inside Lab 8 folder, create
Exercise Calculations on D array
Exercise Objectives
finding the sum, average, minimum, and maximum.
Problem Description
Inside "Lab folder, create a project named "LabEx Use this project to write and run a C program that performs the following:
Creates an integer twodimensional array named temperature which represents the weather temperature values for days in different periods of time
Fills the array with the temperature values entered by the user, where the user enters for each day temperatures.
Prints the array elements in a tabular format as follows assuming that the user enters the shown values:
table####Day Day Day Day
Computes and prints the minimum temperature of each column.
Computes the average of the first columns # and # and compares them with the average of the second half of the array columns # and # Print the largest average.
Prints the max temperature of day
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
