Expressions and variables variable reassignment (solution)

Exercise
Output solution

Code solution for Variable Reassignment

  1. Assign the number 42 to a variable
  1. Subtract 32 from it and assign that value back to the same variable
  1. Divide the current value by 9 and assign that value back
  1. And then multiple the current value by 5 and assign that value back
  1. Print the temperature in degrees Celsius
[1] 5.555556