โ Back to Methods
Question 142
To Fahrenheit Method
To Fahrenheit Method
Complete the static method ToFahrenheit so it converts a Celsius value to Fahrenheit using F = C * 9 / 5 + 32. Do NOT write a Main method.
For ToFahrenheit(100) the program prints 212.Expected Output:
212
Topics:
Methods
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.