Problem 1501. Try 1.5.4: Celsius to Fahrenheit

Write a program to convert an input given in Celsius to Fahrenheit.

Examples:

 Input  celsiusValue = 100
 Output fahrValue is 212
 Input  celsiusValue  = 0
 Output fahrValue is 32

Solution Stats

68.74% Correct | 31.26% Incorrect
Last Solution submitted on Mar 08, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers787

Suggested Problems

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!