โ Back to Classes
Question 212
Temperature Class
Temperature Class
Create a classTemperaturewith a constructor taking a Celsius value and aToFahrenheit()method returning C * 9 / 5 + 32. Do NOT write a Main method. For Temperature(100) the program prints 212.
Expected Output:
212
Topics:
Classes
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.