Temperature Converter

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Brigitte Behrmann
    New Member
    • Jun 2007
    • 25

    #16
    Originally posted by gits
    hey ;)) ...

    ok last step - after the line:

    [CODE=javascript]
    var TempInCelcius = (document.Conve rter.fahrenheit _in.value - 32) * 0.55;
    [/CODE]

    you put ... that rounds the value:

    [CODE=javascript]
    TempInCelcius = Math.round(Temp InCelcius);
    [/CODE]

    some lines later you do the same for TempInFahrenhei t ... all right? :)

    kind regrads
    Thanks so much, I see what I did wrong:
    I entered
    Code:
     var TempInCelcius=Math.round(TempInCelcius); instead of TempInCelcius=Math.round(TempInCelcius);
    If you are not too busy can you have a look at a post called Phone Number that I have just submitted....
    Cheerio
    BB

    Comment

    • Steven Rickter
      New Member
      • Jun 2007
      • 1

      #17
      Hey BB!
      Your questions have helped me so much, you the bomb!
      Where are you from?

      Comment

      Working...