CJCoding With Joseph
15per day

Temperature Class

Create a class Temperature with a constructor taking a Celsius value and a ToFahrenheit() 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.