โ Back to Classes
Question 448
Traffic Light Class
Traffic Light Class
Create a classTrafficLightthat starts onGreen. ANext()method advances the light in the cycle Green -> Yellow -> Red -> Green, and aColor()method returns the current color. Do not write aMainmethod. Starting on Green and callingNext()once, the program prints: Yellow
Expected Output:
Yellow
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.