leetle

Daily challenge for 2025-04-06

96. Convert Celsius to Fahrenheit

Write a function solve that converts a temperature from Celsius to Fahrenheit.

Example:
Input: 25
Output: 77
Formula: F = C * 9/5 + 32

Run this challenge interactively in Python or JavaScript when the app loads.