Thread: Convert a temperature reading in degrees Fahrenheit to degrees Celsius,

  1. #1
    Registered User
    Join Date
    Nov 2012
    Posts
    13

    Convert a temperature reading in degrees Fahrenheit to degrees Celsius,

    help please

  2. #2
    Registered User
    Join Date
    Jun 2005
    Posts
    6,815
    0) First, read this link.

    1) Write down on paper a process that you would use to convert a temperature in Fahrenheit to Celcius by hand. Write it down as accurately, precisely, and concisely as possible.

    2) Then work out how to implement that process in code.
    Right 98% of the time, and don't care about the other 3%.

    If I seem grumpy or unhelpful in reply to you, or tell you you need to demonstrate more effort before you can expect help, it is likely you deserve it. Suck it up, Buttercup, and read this, this, and this before posting again.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    C programming
    Scanf in C language

    The quality of your questions is getting worse, not better.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Celsius in Fahrenheit converter - does not run
    By ApeWithGrape in forum C Programming
    Replies: 10
    Last Post: 03-06-2011, 11:01 PM
  2. Please help converting Fahrenheit to Celsius
    By victory1 in forum C Programming
    Replies: 16
    Last Post: 10-08-2009, 09:08 AM
  3. HDD Temperature 66 degrees celsius
    By abh!shek in forum Tech Board
    Replies: 15
    Last Post: 03-06-2008, 12:42 PM
  4. Convert DegMinSec to Decimal Degrees
    By JacquesLeJock in forum C Programming
    Replies: 3
    Last Post: 11-21-2007, 11:59 PM
  5. How to convert angle degrees into radians
    By SVXX in forum C++ Programming
    Replies: 35
    Last Post: 10-02-2007, 08:54 AM