Enters an invalid temperature

Assignment Help Business Management
Reference no: EM132255339

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: EM132255339

Questions Cloud

Define the classical school and positivism theories : Define the Classical School and Positivism Theories. Explain each of their positions on the role of punishment and the deterrence of crime.
Research current news for a common attack : Research current news for a common attack. for the example you have provided, describe the attack
High concentration of both short and long-haul services : Why is competition weak at airports that have a high concentration of both short and long-haul services?
Attacks for the example you have provided : Select a common attack, describe the attack and how organizations attempt to prevent the attack from happening
Enters an invalid temperature : When the user enters a valid temperature, add it to a total; when the user enters an invalid temperature, display the error message:
Controversies of air freight pricing for modern day airlines : Discuss the controversies of air freight pricing for modern day airlines?
Domestic violence laws that require law enforcement : Most states, have domestic violence laws that require law enforcement officers to arrest suspects for domestic related misdemeanor assaults not committed
Layout changes at wear technologies provided waste reduction : The layout changes at wear Technologies provided waste reduction from. Water striders are operators who stay at particular process work stations.
Lead to the reporting of lying statistics : Compile a list of behaviors or practices that can lead to the reporting of “lying statistics.”

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