Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Multiply the humidity by 0.01 and name the outcome results.  Type ; a new variable should be created. Type result <- humidity * 0.01
  2. Multiply the humidity by 0.01 and name the outcome resultshumidity; the value of humidity should change.  Type humidity <- humidity * 0.01
  3. Look in the Environment tab the changes. Have double clicked on the magnifying glass?
  4. Try to complete as many calculations you wish to practice your arithmetical operators. Look in the environment tab the changes ....

...