Thread: Please Help!!!

  1. #16
    Registered User
    Join Date
    Jun 2005
    Posts
    11
    I have a question.

    double CtoK(KtoC()) <- - Can use like this

  2. #17
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    Code:
    double answer = CtoK(KtoC(300.0)); // answer should be 300.0
    You could do that. You have to pass in an argument to KtoC, but you can use the return value of KtoC as the argument to CtoK.

Popular pages Recent additions subscribe to a feed