Temperature Conversion
Easy📝 Description
Convert Celsius temperatures to Fahrenheit
Input Format
List of Celsius temperatures
Output Format
Converted Fahrenheit values
Constraints
Temperatures between -100°C and 100°C
🔍 Sample Input
0 100 37
✅ Sample Output
32 212 98.6
Code Editor
Please login to run and submit code.
Results
Suggested Solution
Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run