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

  Analyze an organizational change in sorority

Analyze an organizational change in sorority that you belong, where there was some resistance to change. How was this change handled and what was the outcome

  What would you include in a corporate code of ethics

What is a corporate code of ethics? What would you include in a corporate code of ethics? What are some arguments for the importance of corporate codes of ethics?

  Shark repellant bat spray to break even

Assuming Alfred's calculations are correct, what is the smallest price that Bruce should set for his Shark Repellant Bat Spray to break even?

  Description of leadership traitsi am hearing some great

description of leadership traitsi am hearing some great conversation regarding leadership traits. im wondering if we

  Business so important to the economy

What drives people to take the entrepreneurial challenge give the involved? #2 What makes small business so important to the economy?

  Professionalism in the workplace - power words

describe your accomplishments in a lively and specific way. Think about the top five accomplishments and performance skills that you can demonstrate effectively.

  Workforce management planin 350 words select an industry

workforce management planin 350 words select an industry and prepare an individuated workforce management plan. provide

  Contribute the overall success of a product

How might a product name contribute the overall success of a product? Justify your answer by using examples.

  What types of biases may be prevalent

Identify your population (for example, United States as a location, male and female young adults ages 18-24 years old, university Freshmen, etc.

  Financial accounting and managerial accounting

Describe the difference between financial accounting and managerial accounting. Give examples of the uses of each one.

  Successful cyber security policy

What three to five actions are needed within an organization to ensure successful cyber security policy?

  Plot the data does the data appear stationary

a) Plot the data does the data appear stationary? b) Compute the forecasts using the two-year moving average. What is the MSE?

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