Question: Requirement: - In C# To successfully complete these tasks, use arrays where needed. Do not use any other collection such as Lists, ArrayLists, Dictionaries, Queues,

Requirement:

- In C#

Requirement: - In C# To successfully complete these tasks, use arrays where

needed. Do not use any other collection such as Lists, ArrayLists, Dictionaries,

To successfully complete these tasks, use arrays where needed. Do not use any other collection such as Lists, ArrayLists, Dictionaries, Queues, Stacks, Linked Lists, etc. Also, turn in clean programs. Do not include other assignments or class notes or other detritus. All your code and comments need to focus on the following tasks. 1) Write a program that reads data into an array of type int. Valid values are from 0 to 10. Your program should display how many valid values were inputted as well as the number of invalid entries. Output a list of distinct valid entries and a count of how many times that entry occurred Use the following test data: 172423846447 2) The ION Realty Sales Corporation would like to have a listing of their sales over the past few months. Write a program that accepts any number of monthly sales amounts. Display the total of the values. Display a report showing each original value entered and the percentage that value contributes to the total. You may prompt the user for the number of values to be inputted Write a temperature application. Your 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 as an argument a temperature and returns the number of days the temperatures were below that value. Override the ToString() method to return a listing of all the temperatures in three column format and the temperature range for the given week. Write a second class to test your class. Create three arrays of type double. Do a compile-time initialization and place different values in two of the arrays. Write a program to store the product of the two arrays in the third array. Produce output that shows the contents of each of the arrays on one line. Create an integer array that holds values: 3) 4) 5) 1, 50, 35, 700,15,23,2,4,6,5,7,8,19,3,16500,7401 Display the array on one line Display the mean of all numbers Display the mean of all numbers less than 50 Display the reverse of the array Sort and display the array a) b) c) d) e) To successfully complete these tasks, use arrays where needed. Do not use any other collection such as Lists, ArrayLists, Dictionaries, Queues, Stacks, Linked Lists, etc. Also, turn in clean programs. Do not include other assignments or class notes or other detritus. All your code and comments need to focus on the following tasks. 1) Write a program that reads data into an array of type int. Valid values are from 0 to 10. Your program should display how many valid values were inputted as well as the number of invalid entries. Output a list of distinct valid entries and a count of how many times that entry occurred Use the following test data: 172423846447 2) The ION Realty Sales Corporation would like to have a listing of their sales over the past few months. Write a program that accepts any number of monthly sales amounts. Display the total of the values. Display a report showing each original value entered and the percentage that value contributes to the total. You may prompt the user for the number of values to be inputted Write a temperature application. Your 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 as an argument a temperature and returns the number of days the temperatures were below that value. Override the ToString() method to return a listing of all the temperatures in three column format and the temperature range for the given week. Write a second class to test your class. Create three arrays of type double. Do a compile-time initialization and place different values in two of the arrays. Write a program to store the product of the two arrays in the third array. Produce output that shows the contents of each of the arrays on one line. Create an integer array that holds values: 3) 4) 5) 1, 50, 35, 700,15,23,2,4,6,5,7,8,19,3,16500,7401 Display the array on one line Display the mean of all numbers Display the mean of all numbers less than 50 Display the reverse of the array Sort and display the array a) b) c) d) e)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!