You need to read in and process the wind speeds in East London over the past few days. The maximum number of days are 8. Implement the methods listed below. Then use these methods effectively to read in the marks wind speeds and display the minimum and maximum speeds. You may not change any methods - including their parameters. static public int getValidNumber (int a, int b) //Returns a number between a and b - including a and b //You may assume that a <= b 券 static public void ReadSpeedsIntoArray (int [] list, ref int NrEl) // Reads wind speeds into an array. Request from the user how many // wind speeds need to be read in. At least 4 speeds must be read // in, but not more than 10. A speed cannot be negative or higher // than 150. static public void getMinMax (int[] list, int NrEl, out int Min, out int Max) / Returns the minimum and the maximum wind speed recorded in list static public void displayMinMax (int[] list, int NrEl) / Displays the minimum and maximum wind speeds recorded in list

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter7: Using Methods
Section: Chapter Questions
Problem 1CP
icon
Related questions
Question
C# Language
You need to read in and process the wind speeds in East London over the past few
days. The maximum number of days are 8.
Implement the methods listed below. Then use these methods effectively to read in
the marks wind speeds and display the minimum and maximum speeds.
You may not change any methods - including their parameters.
static public int getValidNumber (int a,
/Returns a number between a and b - including a and b
/ You may assume that a <= b
int b)
static public void ReadSpeedsIntoArray (int[] list,
Reads wind speeds into an array. Request from the user how many
wind speeds need to be read in.
in, but not more than 10. A speed cannot be negative or higher
than 150.
ref int NrEl)
At least 4 speeds must be read
static public void getMinMax
(int[] list, int NrEl, out int Min,
out int Max
/ Returns the minimum and the maximum wind speed recorded in list
static public void displayMinMax (int[] 1ist, int NrEl)
Displays the minimum and maximum wind speeds recorded in list
Transcribed Image Text:You need to read in and process the wind speeds in East London over the past few days. The maximum number of days are 8. Implement the methods listed below. Then use these methods effectively to read in the marks wind speeds and display the minimum and maximum speeds. You may not change any methods - including their parameters. static public int getValidNumber (int a, /Returns a number between a and b - including a and b / You may assume that a <= b int b) static public void ReadSpeedsIntoArray (int[] list, Reads wind speeds into an array. Request from the user how many wind speeds need to be read in. in, but not more than 10. A speed cannot be negative or higher than 150. ref int NrEl) At least 4 speeds must be read static public void getMinMax (int[] list, int NrEl, out int Min, out int Max / Returns the minimum and the maximum wind speed recorded in list static public void displayMinMax (int[] 1ist, int NrEl) Displays the minimum and maximum wind speeds recorded in list
Expert Solution
steps

Step by step

Solved in 4 steps with 4 images

Blurred answer
Knowledge Booster
Introduction to computer system
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,