Search:

Type: Posts; User: Kaname

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,946

    I figured it out thanks for all the help. ...

    I figured it out thanks for all the help.


    #include<stdio.h>
    int choice; // 1 for Celsius, 2 for Fahrenheit. //
    int a; // Temperature value//
    int ctemp; // Celsius //
    int ftemp; // Fahrenheit...
  2. Replies
    5
    Views
    1,946

    I tried it but, I still get same results. Thanks...

    I tried it but, I still get same results. Thanks for the pointer, I added it to code.
  3. Replies
    5
    Views
    1,946

    Help with almost solved problem

    I am a newbie when it come to C++ but I think I am close to solving this code. Can anyone tell me where my mistake is. I am having on the Temperature reading.



    #include<stdio.h>

    iint...
Results 1 to 3 of 3