irxagu irxagu 29-11-2022 Computers and Technology contestada Write an IF statement involving a Boolean operator (AND, OR or the same function as NOT) which performs the following nested IF statement: IF day = "sunny" IF temperature 20 picnic ( "Yes" ELSE picnic ( "No" ENDIF ENDIF