Enter Keywords:
1 - 10 of 11(0.028 seconds)
Sort By:
 
how do i write the source code for changing fahrenheit into celsius, using scanf and the formula: Celsius=(5/9)*(Fahrenheit-32)?
Zones: ProgrammingDate Answered: 05/08/2004 Rating: 7.0 Views: 0
hello, i would like to knwo if someone has some experience in converting xml weather data that comes in fahrenheit to its equivalent in celsius. The conversion formula is Tc = (5/9)*(Tf-32); ...
Zones: XMLDate Answered: 05/26/2006 Rating: 6.2 Views: 0
I need to create code that will display a table of Centigrade temperatures 0 - 45 and their Fahrenheit equivalents.  The temperatures will go in a list box called lstTemperatures.  I know that the ...
Zones: .NETDate Answered: 11/07/2003 Rating: 8.2 Views: 0
i am trying to write this program using if/else statment but i am getting an error at the end. Could someone help me writting this program using C++?? Here is the problem: Write a program that ...
Zones: C++Date Answered: 08/09/2004 Rating: 7.4 Views: 143
Can someone please look over my program and tell me why it won't compile. I am having a terrible time. public class DegreeConv {       public static void output ()             {          ...
Zones: JavaDate Answered: 09/23/2004 Rating: 8.4 Views: 0
Is there is a source to read the following novels 'online', 'Catcher in the Rye' and 'Fahrenheit 451'?Thank you
Zones: MiscDate Answered: 07/22/2006 Rating: 9.4 Views: 0
This is the code. // Temperature calculation with functions #include <iostream>            //Opening libraries using namespace std;       float TempFtoC(int) ;      //Initializing functions and vari...
Zones: C++ BuilderDate Answered: 10/03/2006 Rating: 9.0 Views: 0
Hi i am trying to edit the following .html document so it will run and convert a fahrenheit input to a celsius output. the library files are all ok and i cannot figure out why it wont run ive trie...
Zones: JavaScriptDate Answered: 02/11/2006 Rating: 9.0 Views: 4
I am VERY new to C++ so please be gentle... I am trying to work through some tutorials to get the feel of this language, and I have run into a bit of a road block.  I am trying to write a comman...
Zones: C++Date Answered: 02/04/2006 Rating: 7.4 Views: 0
Hi, Anyone who has a javascript code for converting Fahrenheit to Celsius that I can use for free without any bound terms and condition? Ofcourse this will only be used in our website and for no...
Zones: JavaScript, JScript, S...Date Answered: 11/01/2007 Rating: 9.8 Views: 34