Hello!
When I get a color input for my robot if the input is wrong ( I mean if it's not a proper color ) my program should end but instead, the program continues by assigning the default color, yellow, to my robot.
How can I make my robot program end when the color input is wrong? Thanks.