โ Back to Loops
Question 106
map: Celsius to Fahrenheit
map: Celsius to Fahrenheit
Usemapto convert each Celsius temperature to Fahrenheit using the formulac * 9 / 5 + 32, then print the results joined by", ". Expected output: 32, 77, 212
Expected Output:
32, 77, 212
Topics:
Loops
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (clog, fn, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.