Maurice Tutor

(5)

$15/per page/Negotiable

About Maurice Tutor

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Algebra,Applied Sciences See all
Algebra,Applied Sciences,Biology,Calculus,Chemistry,Economics,English,Essay writing,Geography,Geology,Health & Medical,Physics,Science Hide all
Teaching Since: May 2017
Last Sign in: 406 Weeks Ago, 1 Day Ago
Questions Answered: 66690
Tutorials Posted: 66688

Education

  • MCS,PHD
    Argosy University/ Phoniex University/
    Nov-2005 - Oct-2011

Experience

  • Professor
    Phoniex University
    Oct-2001 - Nov-2016

Category > Computer Science Posted 15 Sep 2017 My Price 9.00

hiLowTemperatures

write a C++ Program

Write a program that uses a two-dimensional array called hiLowTemperatures to store the highest and lowest temperatures for each month of the year. The array will have the following declaration, where the rows represent the number of months; first column is to store the highest temperature of the month and the second column is to store the lowest temperature of the month.

int hiLowTemperatures[12][2];

The program should read the highest and lowest temperatures for each month of the year from the text file and print the highest temperature and the lowest temperature of the year to the screen. For instance, if the file has the following values as the highest temperatures for each month

32 40 45 60 65 77 90 100 90 91 65 55

Then, your program should print that 100  is the highest temperature of the year. The text file should have 12 values in first line for highest temperature values and another 12 values for the lowest temperature values in the second line.

Your program must have of the following functions.

Function getData: This function reads data from the a text file into the two-dimensional array.

Function indexHighTemp: This function returns the row index of the highest temperature in the array.

Function indexLowTemp: This function returns the row index of the lowest temperature in the array.

Answers

(5)
Status NEW Posted 15 Sep 2017 02:09 PM My Price 9.00

Hel-----------lo -----------Sir-----------/Ma-----------dam-----------Tha-----------nk -----------You----------- fo-----------r u-----------sin-----------g o-----------ur -----------web-----------sit-----------e a-----------nd -----------and----------- ac-----------qui-----------sit-----------ion----------- of----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n.P-----------lea-----------se -----------pin-----------g m-----------e o-----------n c-----------hat----------- I -----------am -----------onl-----------ine----------- or----------- in-----------box----------- me----------- a -----------mes-----------sag-----------e I----------- wi-----------ll

Not Rated(0)