CJCoding With Joseph
15per day

Toggle Class

Create a class Toggle with a private bool (starting false) and a Flip() method that switches it between true and false, plus a Get() method. Do NOT write a Main method.

After flipping twice the program prints False.

Expected Output:

False
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.