โ Back to Classes
Question 209
Light Switch
Light Switch
Create a classLightSwitchwith a private bool (starting false), aTurnOn()method that sets it true, and anIsOn()method that returns it. Do NOT write a Main method. After TurnOn(), the program prints True.
Expected Output:
True
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.