Re: CODE : Temprature Conversion

new topic     » goto parent     » topic index » view thread      » older message » newer message

>function KtoF(atom Kelvin)
>                return ( celcius + 273) * 1.8 + 32
>end function

Guess you typed this directly, this one should probably read:

function KtoF(atom kelvin)
    return (kelvin + 273) * 1.8 + 32
end function

Einar Mogen

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu