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: 407 Weeks Ago, 5 Days 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 25 Aug 2017 My Price 13.00

electronic attachment

C Programming Assignment 8 (Files)

Due April 1, 2015

 

For the program assigned below, submit the following:

  • Hard copy of the source code.
  • Hard copy of output file with your name included.
  • Copy of the source code (.c files) and output file saved as an electronic attachment to C Assignment 8 located in Oncourse under Assignments.

Notes:

  • Observe the usual guidelines regarding the initial comment section, indenting, and so on. There must be a problem statement at the beginning of the program or a deduction will be made.
  • In if-else statements, indent statements to be executed for if or else conditionsthree to five spaces. Align else or else if with corresponding if.
  • Indent statements within loops.

 

1. In a Matlab text by Gilat a problem presents the relationship between temperatures in New York City and Anchorage, Alaska during the month of January, 2001. According to the U.S. National Oceanic Atmospheric Administration, the January Fahrenheit high temperatures for New York City and Anchorage Alaska were:

Date

New York City Temperature

(degrees Fahrenheit)

Anchorage Temperature

(degrees Fahrenheit)

1

31

37

2

26

24

3

30

38

4

33

25

5

33

21

6

29

28

7

41

46

8

41

37

9

34

36

10

33

20

11

45

24

12

42

31

13

36

34

14

39

40

15

37

43

16

45

36

17

43

34

18

36

41

19

41

42

20

37

35

21

32

38

22

32

36

23

35

35

24

42

33

25

38

42

26

33

42

27

40

37

28

37

26

29

36

20

30

51

25

31

50

31

 

 

Create a new project in Visual Studio. Then create a data file in Notepad with two columns, with New York City temperatures in the column on the left and corresponding Anchorage temperatures in the column on the right. Do not include column labels or dates. Save the file in the project folder. In the program check to make sure the file opened successfully. Then write a program to read in the 31 sets of temperature data using a for or while loop. If using a for loop, add the number of lines at the top of the data file and read in the number of lines from the file. If using a while loop, use a sentinel (-999 at the end of the data) or end of file method, eg,

while( (fscanf(fpIn,“%d%d”, &NYC, &ANC)) ==2) since there are two conversions per line.

 

As values are read in the loop calculate the necessary sums and values for the following (Do not determine any of the values merely by inspection):

 

  • The average temperature for the month in New York City and the average temperature for the month in Anchorage.
  • The number of days the temperature in Anchorage was greater than the temperature in New York City.
  • The high temperature and low temperature in January for New York City.
  • The number of days the temperature in Anchorage was equal to or below 32 degrees.

 

Write the averages, counts, and the maximum and minimum temperatures to an output file. Close the files at the end of the program. Submit a sample execution from Notepad with your .c file hard copy.

Answers

(5)
Status NEW Posted 25 Aug 2017 10:08 AM My Price 13.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)