Move Fahrenheit Variable Below Comment Line

Challenge URL: https://www.freecodecamp.org/challenges/convert-celsius-to-fahrenheit
This commit is contained in:
Prateek Goel
2017-07-20 16:37:36 +01:00
committed by GitHub
parent 9d90c3f9d8
commit 27262eb9f7

View File

@ -104,7 +104,7 @@
"title": "Convert Celsius to Fahrenheit",
"description": [
"The algorithm to convert from Celsius to Fahrenheit is the temperature in Celsius times <code>9/5</code>, plus <code>32</code>.",
"You are given a variable <code>celsius</code> representing a temperature in Celsius. Use the variable <code>fahrenheit</code> already defined and apply the algorithm to assign it the corresponding temperature in Fahrenheit."
"You are given a variable <code>celsius</code> representing a temperature in Celsius. Use the variable <code>fahrenheit</code> already defined and assign it the Fahrenheit temperature equivalent to the given Celsius temperature. Use the algorithm mentioned above to help convert the Celsius temperature to Fahrenheit."
],
"releasedOn": "January 1, 2016",
"challengeSeed": [