Computer Science Canada Temperature Converter |
Author: | Jurica [ Wed Nov 05, 2008 5:58 pm ] |
Post subject: | Temperature Converter |
For my Computer Science class I have to finish a question but I don't know what to do and how to start if off, so if you can, can you please tell what am I supposed to do and/or how am I supposed to start it. I'm not asking you to do it for me. Question: Write a program that will help visitors from the United States understand our temperatures. Have the program input the user's name and current degrees celsius. Calculate and print the celsius temperature and the fahrenheit equivalent. Fahrenheit=(Celsius* 1.8)+ 32 |
Author: | Vertico [ Wed Nov 05, 2008 6:09 pm ] |
Post subject: | Re: Temperature Converter |
Jurica @ Wed Nov 05, 2008 6:58 pm wrote: Question: Write a program that will help visitors from the United States understand our temperatures. Have the program input the user's name and current degrees celsius. Calculate and print the celsius temperature and the fahrenheit equivalent. Fahrenheit=(Celsius* 1.8)+ 32 Whats not to understand? Paying attention in class generally helps. |
Author: | sierius [ Wed Nov 05, 2008 6:11 pm ] |
Post subject: | Re: Temperature Converter |
Hope you can read the script and understand ^^ I don't know how to do the code quote thing cause I am new.. sorry >< *snip* Mod edit: Please don't post complete solutions to assignments in the future. |
Author: | [Gandalf] [ Wed Nov 05, 2008 6:12 pm ] |
Post subject: | RE:Temperature Converter |
You're supposed to get a Celsius temperature (most likely a real) and use the given equation to assign a fahrenheit temperature (also a real), and display the resulting variables. Which part don't you understand? |
Author: | Jurica [ Wed Nov 05, 2008 6:15 pm ] |
Post subject: | RE:Temperature Converter |
Sorry guys, I know it may be easy for you to understand but for me it's kind of hard. I have and IEP which is Learning Disabilities so it's hard for me to understand what I read, and plus my teach isn't the best, just gives the work and doesn't really explain. |
Author: | CodeMonkey2000 [ Wed Nov 05, 2008 9:06 pm ] |
Post subject: | RE:Temperature Converter |
How much do you have done so far? |
Author: | Jurica [ Thu Nov 06, 2008 1:25 pm ] |
Post subject: | Re: RE:Temperature Converter |
CodeMonkey2000 @ Wed Nov 05, 2008 9:06 pm wrote: How much do you have done so far?
I'm finished it already. |