C++20 sections · 1024 units
Open in Course

Challenge: Temperature Converter

Apply a formula

Put your input/output skills to work with a practical calculation! Your task: Read a temperature in Celsius and convert it to Fahrenheit using the formula: F=C×9/5+32F = C \times 9/5 + 32 Print the result as a whole number.