20%off off — LaunchSpecial
Exercises/#112 Celsius to Fahrenheit Converter
#112

Celsius to Fahrenheit Converter

Easy🔢 Math & Numbers
25 XP

Problem

Write a function that converts a list of Celsius temperatures to Fahrenheit. Formula: F = C × 9/5 + 32.

Examples

Input: temps = [0, 100, -40, 37]
Output: [32.0, 212.0, -40.0, 98.6]
matharray
AI Assistant— powered by AI

Unlock hints progressively — start gentle, go deeper only if needed.

💡

Level 1: Gentle Nudge

A subtle direction

🗺️

Level 2: Approach

The algorithm to use

🔍

Level 3: Detailed

Step-by-step guidance

112 / 150

Your Solution

⚡ JavaScript

to save progress and use AI features