This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// assign names and values | |
int green1 = 2; | |
int green2 = 3; | |
int green3 = 4; | |
int yellow1 = 5; | |
int yellow2 = 6; | |
int yellow3 = 7; | |
int red1 = 8; | |
int red2 = 9; | |
int red3 = 10; |