CJCoding With Joseph

map: Celsius to Fahrenheit

Use map to convert each Celsius temperature to Fahrenheit using the formula c * 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.