Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Computer Engineering Expert

As part of the mission of the CS student you have been commissioned to help clean up some of the data recently collected at Aquarena Springs.

It turns out the biologists who were collecting water temperatures forgot to agree on which temperature scale to use.

Some used Fahrenheit and some used Celsius. The biologists used a thermometer that recorded the time and date of the reading and the temperature.

Your job is to create a human readable output file that shows the time and date, as well as the temperature in Celsius. Lastly, you need to print out the average temperature for the entire sample, in Celsius.

Your program must be able to work for an input file that contains following information:

# of temperature readings

time stamp

temperature

[# of temperature readings] [time stamp] [temperature]

The time stamp will have the following format:

YYYYMMDDHHMM (e.g. 200708201425)

This should be converted to: 08/20/2007 1425

The temperature will have the following format:

Xtemp, where X is either a C or an F (e.g. C17.5 or F68.34)

Note that some of the temperatures are already in Celsius and some are in Fahrenheit. You only need to convert the Fahrenheit temperatures to Celsius.

So, the file could look like this

2

200707211245 F70.5

200708220812 C19.97

and the output could look like this:

BIODATA Formatted Ouput

21.38 C --- recorded on 07/21/2007 at 1245

19.97 C --- recorded on 08/22/2007 at 0812

Average Temp --- 20.68 C

Note: You must format the floating point numbers to two decimal places.

Input to program: Input file of time stamps and temperatures (Name this file "biodata.dat"). For testing purposes you have to create this file yourself according to the rules described above. Grader will use his/her own file to test your program but your submission must still include the input file that you created.

Output from program: Formatted output must be stored in "filtered_biodata.dat". This file should be created by your code.

You should have at least two functions: One to convert the time stamp to a human readable string and another to convert a Fahrenheit temperature to Celsius. You may have more if you wish.

You must use character arrays (c-strings) to re-arrange data. You cannot use string objects and any methods that are included in library, i.e, you cannot use #include in your code, otherwise you will be penalized. You can use c-string library -

Error processing. You program must detect several errors in the input file. Please refer to the grading criteria document for the details.

Computer Engineering, Engineering

  • Category:- Computer Engineering
  • Reference No.:- M93079075

Have any Question?


Related Questions in Computer Engineering

Discuss the role of insurance in healthcare delivery and

Discuss the role of insurance in healthcare delivery and productivity

Question after you have analyzed the existing material used

Question: After you have analyzed the existing material used by the company for their day-to-day duties, the current Access database, and the additional requirements that the current system does not meet, the following r ...

In this project you will format a document you will select

In this project, you will format a document. You will select and format text and then use the Find and Replace command to correct errors in the document. You will convert text to a numbered list as well as a bulleted lis ...

Simple coding help needed for java programhere is the

SIMPLE CODING HELP NEEDED FOR JAVA PROGRAM Here is the program description: Write a program that supports the following operations: int add(string login, string time, int priority, int size, int handle): add a new reques ...

What does smokeping do and why is that functionality

What does Smokeping do, and why is that functionality important in a datacenter? When setting up Smokeping, how do you add systems in to be monitored? How do you go about adding an alert (both setting up a new alert and ...

Query to reterieve data from a customers table in mysql for

Query to reterieve data from a customers table in MySQL for instance who have not placed any orders yet, How to sort results by customers number,How to Modify the query to list customers who have placed fewer than five o ...

Suppose that you want an operation for the adt list that

Suppose that you want an operation for the ADT list that adds an array of items to the end of the list. The header of the method could be as follows. public void addAll(T[] items) Write an implementation of this method f ...

One-year treasury bills currently earn 225 percent you

One-year Treasury bills currently earn 2.25 percent. You expected that one year from now, 1-year Treasury bill rates will increase to 2.75 percent and that two years from now, 1-year Treasury bill rates will increase to ...

Suppose our task is to distinguish between humans and

Suppose our task is to distinguish between humans and non-human objects in an image, which classifier would you choose and why? Decision trees, perceptrons or neural nets.

One of the 5 halogens which are diatomic has the fastest

One of the 5 halogens (which are diatomic) has the fastest root mean square velocity at STP. Calculate this velocity in meters per second.

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As