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
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers867
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2813 Solvers
-
Project Euler: Problem 1, Multiples of 3 and 5
3671 Solvers
-
Create a square matrix of multiples
497 Solvers
-
Find the maximum number of decimal places in a set of numbers
3376 Solvers
-
523 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
fun