b'CODE TO NOTEIF ELSE STATEMENTS:The if else statement lets your code react to the world by if(logic statement){running one set of code when the logic statement in the //run if true round brackets is true and another set of code when the }logic statement is false. For example, this sketch uses an else{if statement to turn the LED on when it is dark, and else //run if false statement to turn the LED off when it is light.}Programmers use logic statements to translate things that happen in the real world into code. Logic statements use logical operators like equal to ==, greater thanLOGICAL OPERATORS: > and less than<, to make comparisons. When the (photoResistor