Question: This is for C#! I need help Writing a temperature application. The solution should be a two class application that has a one-dimensional array as
This is for C#!
I need help Writing a temperature application. The solution should be a 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 an argument a temperature and returns the number of days the temperatures were below that value. Override the ToString(0 method to return a listing of all the temperatures in three column format and the temperature range for the given week.
Please Write a second class to test all the methods in your Temperature class.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
