Temperature function

I am needing some help creating a temperature table for my c++ class. Can anyone provide me with some help or an example thatll show me how to do this?
What do you mean by table? Like an array filled with pre-computed values?

Why can't you just compute when you need to?
We have to create a table that will convert from celcius to farehnheit and vice versa and needs to prompt the user for the start end and increment.
Topic archived. No new replies allowed.