CJCoding With Joseph
15per day

Light Switch

Create a class LightSwitch with a private bool (starting false), a TurnOn() method that sets it true, and an IsOn() 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.