Display the number of temperatures

Assignment Help Business Management
Reference no: EM132238552

An application named DailyTemps that continuously prompts a user for a series of daily high temperatures until the user enters a sentinel value of 999. Valid temperatures range from -20 through 130 Fahrenheit. When the user enters a valid temperature, add it to a total; when the user enters an invalid temperature, display the error message:

Valid temperatures range from -20 to 130. Please reenter temperature.

Before the program ends, display the number of temperatures entered and the average temperature.

This is my code below. It's not giving me what I need. I need average and number of Array. What am i doing wrong?

using System;

using static System.Console;

class DailyTemps

{

  static void Main()

  {

      int temp = 0;

           int total = 0;

 

          int [] tempNum = new int [temp];

           while (temp != 999)

           {

               WriteLine("Please enter a number valid temperature range from -20 to 130");

        temp = Convert.ToInt32(ReadLine());

               if ((temp >= -20) && (temp <= 130))

               {

               total = total + temp; 

               }

               else if (temp != 999)

               {

                   WriteLine("Valid temperature range is from -20 to 130. Please reenter temperature. ");

               }

                for (int i = 0; i < tempNum.Length; ++i)

                        {

                         total = total/tempNum.Length;

       }

           }

           WriteLine("The total temperature is {0}, {1}", tempNum.Length, total);

           ReadLine();

  }

}

Reference no: EM132238552

Questions Cloud

What constitutes sexual harassment : Sexual Harassment Scenario: Assume you are a manager in Food and Beverage at a hotel. A female employee approaches you with concerns about comments.
Operator returns a fraction object : The operator returns a Fraction object. Explain why this operator should not return a reference to a Fraction object (like operator=).
How does data analytics help companies be competitive : 1. How does data analytics help companies be competitive? 2. What are the challenges to developing new analytical tools to assess these companies business
Monitoring overtime pay for the club unionized employees : Country Club you have been assigned the position of scheduling and preparing and monitoring overtime pay for the club's unionized employees.
Display the number of temperatures : Before the program ends, display the number of temperatures entered and the average temperature.
Describe the issues of the current ethical culture : Describe the issues of the current ethical culture. Describe which stakeholders are affected by the issues, such as employees, shareholders, local community.
Monitoring overtime pay for the club unionized employees : Country Club you have been assigned the position of scheduling and preparing and monitoring overtime pay for the club's unionized employees.
Describe what customer service chatbots are : ORGB24 - Introduction to Organizational Behaviour - Fleming college - Describe what customer service chatbots are that a business may use in daily operations
Information technology plus included telecommunication : The single most important point made in these materials is that information systems and supporting information technology plus included telecommunication

Reviews

Write a Review

Business Management Questions & Answers

  Caselet on michael porter’s value chain management

The assignment in management is a two part assignment dealing 1.Theory of function of management. 2. Operations and Controlling.

  Mountain man brewing company

Mountain Man Brewing, a family owned business where Chris Prangel, the son of the president joins. Due to increase in the preference for light beer drinkers, Chris Prangel wants to introduce light beer version in Mountain Man. An analysis into the la..

  Mountain man brewing company

Mountain Man Brewing, a family owned business where Chris Prangel, the son of the president joins. An analysis into the launch of Mountain Man Light over the present Mountain Man Lager.

  Analysis of the case using the doing ethics technique

Analysis of the case using the Doing Ethics Technique (DET). Analysis of the ethical issue(s) from the perspective of an ICT professional, using the ACS Code of  Conduct and properly relating clauses from the ACS Code of Conduct to the ethical issue.

  Affiliations and partnerships

Affiliations and partnerships are frequently used to reach a larger local audience? Which options stand to avail for the Hotel manager and what problems do these pose.

  Innovation-friendly regulations

What influence (if any) can organizations exercise to encourage ‘innovation-friendly' regulations?

  Effect of regional and corporate cultural issues

Present your findings as a group powerpoint with an audio file. In addition individually write up your own conclusions as to the effects of regional cultural issues on the corporate organisational culture of this multinational company as it conducts ..

  Structure of business plan

This assignment shows a structure of business plan. The task is to write a business plane about a Diet Shop.

  Identify the purposes of different types of organisations

Identify the purposes of different types of organisations.

  Entrepreneur case study for analysis

Entrepreneur Case Study for Analysis. Analyze Robin Wolaner's suitability to be an entrepreneur

  Forecasting and business analysis

This problem requires you to apply your cross-sectional analysis skills to a real cross-sectional data set with the goal of answering a specific research question.

  Educational instructional leadership

Prepare a major handout on the key principles of instructional leadership

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd