🍐 我们总结了加拿大代写中——CS代写的经典案例,如果你有任何代写的需要,可以随时联络我们。CoursePear™ From @2009。

In this question you are required to use dynamic allocations for ALL the array created.
You are given 10 arrays containing the minimum, average and maximum temperatures for each month for each of the last 10 years in Ottawa. The data arrays are: year19, year18, year17, …, year10.
Write a program that prints the min, max and average data for a month by calculating the average temperature for each month in the given 10-year period:
To do this, you need to create a Stat structure composed of 3 floats: min, avg and max. This structure will be used to create a dynamic 10×12 Stat structure containing the temperatures for each month of the last 10 years called tableTemp.
Then you should create 2 functions : statMonth and printMonth. ?? statMonth (?? tableTemp, int month, int year):
statMonth takes as parameter the dynamic 10×12 array (tableTemp), the selected month and the number of years (in our case, 10 years). This function will be used to build a dynamic array of 12 elements of structure Stat which will contain the minimum, average and maximum results for each month:
Then, this function returns a Stat structure containing the min, avg, max temperatures for the month entered in parameter.
//Dynamic array to hold the average, min and max statistics
Stat *ptr_stat = new Stat [12];

printMonth(Stat, int month): prints the month, the maximum, minimum and average temperature for this month using the pass by reference for the Stat structure in parameter and the month chosen in parameter. The output should be as follows:
Finally, you must be able to enter a number between 1 and 12 to print the desired month: “Enter the number of the month (between 1 and 12):”.
Important:

  • ALL arrays must be dynamic and must use the Stat structure
  • Create the functions statMonth and printMonth Question 2 of 2) High Scores (with struct)
    Do Assignment 1-Q2 except use a struct named Player to store a player􏰀s name and score. Then, use a dynamic array of the Player struct to store the players. Start with a dynamic array that stores no players. To add a player, create a new dynamic array that is one larger than the current size and copy the existing and the new player into it. To remove a player, create a new dynamic array that is one smaller than the current size and copy all players into it except the player to remove.
    Using global variables in this program are not allowed. Create a menu system that allows the user to select which option to invoke. The features must be in forms of four functions (adding a player, printing players, searching players, and removing a player) . The program manages a list of up to 10 players and their high scores.
    Enter the number of the month (between 1 and 12): 1
    For the month of January
    The minimum temperature was = -18 The average temperature was = -9.7 The maximum temperature was = -3

我们去掉了提供的代码&图片,如果你有需要可以随时联络我们。


CoursePear™是一家服务全球留学生的专业代写
—-我们专注提供高质靠谱的美国、加拿大、英国、澳洲、新西兰代写服务。
—-我们专注提供Essay、统计、金融、CS、经济、数学等覆盖100+专业的作业代写服务。

CS代写

CoursePear™提供各类学术服务,Essay代写Assignment代写Exam / Quiz助攻Dissertation / Thesis代写Problem Set代做等。