โ Back to Classes
Question 217
Toggle Class
Toggle Class
Create a classTogglewith a private bool (starting false) and aFlip()method that switches it between true and false, plus aGet()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.