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

Write an two class application that has a one-dimensional array as a data member

ID: 3653177 • Letter: W

Question

Write an two class application that has a one-dimensional array as a data member. The array stores temperatures for any given week. Provide constructors for instantiating the class and methods to return the highest temperature, lowest temperature, average temperature, and the average temperature excluding the lowest temperature. Provide a method that accepts as an argument a temperature and returns the number of days the temperatures were below that value. Override the ToString() method to return the temperature range for the given week. Write a second class to test your class.

Explanation / Answer

using System; using System.Collections.Generic; using System.Linq; using System.Text; class program { public void sumAverageElements(int[] arr, int size) { int sum = 0,min=10000,max=-1; int average = 0; for (int i = 0; i
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