CJCoding With Joseph

Backing Field Property

The Thermostat class has a private field temperature. Add a public property Temperature whose get returns the field and whose set stores value into the field. The tester assigns 72 and prints it. Do NOT write a Main method.

For Temperature = 72 the program prints:
72

Expected Output:

72
Topics:
Encapsulation
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.