Problem #492 C++ using OBJECT ORIENTED PROGRAMMING

Write a Java program to create class called "TrafficLight" with attributes for color and duration, and methods to change the color and check for red or green.

Your Solution