Write an two class application that has a one-dimensional array as a data member
ID: 3652243 • 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; iRelated Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.