My assignment is to write a program -- Write a function named celsius that accepts a Fahrenheit temperature as an argument. The function should return the temperature, converted to Celsius. Demonstrate the function by calling it in a loop that displays a table of the Fahrenheit temperatures 0 through 20
and their Celsius equivalents.And the formula for converting a temperature from
Fahrenheit to celsius
c=5/9(F-32).
Nice my assignment is to take data off a text file, return the max value of each line, and store it in a dynamic array, only to delete they array afterwards. Anyone else?
shravz: I think what Disch is trying to tell you is, this forum is intended for specific questions and/or problems. You need to show us what you've tried so far, and tell us what's not working.
Novablows: same message applies to you.
This forum is a very helpful place, but we're not here to write your program for you.
First of all, shravz, out of the assignment given to you, what do you think you can do. Also break the assignment down into smaller parts such as the loop, the outputs (if any), the inputs and so on, this will make it easier to visualise it in parts.
I am a student myself and might have a crack at this, sounds fun, might make it a bit more technical though :p... Good luck!