The algorithm to convert from Celsius to Fahrenheit is the temperature in Celsius times `9/5`, plus `32`.
You are given a variable **celsius** representing a temperature in Celsius. Use the variable **fahrenheit** already defined and apply the algorithm to assign it the corresponding temperature in Fahrenheit.
#### Relevant Links
*<ahref='http://www.purplemath.com/modules/orderops.htm'target='_blank'rel='nofollow'>The Order of Operations: PEMDAS</a>
*<ahref='https://www.khanacademy.org/math/pre-algebra/order-of-operations/order_of_operations/v/order-of-operations'target='_blank'rel='nofollow'>Order of Operation: Video</a>