kris813 kris813 16-09-2022 Computers and Technology Answered Write an IF statement involving a Boolean operator (AND, OR or NOT) which performs the same function as the following nested IF statement: if day == "sunny" if temperature > 20 picnic = "Yes" else picnic = "No" endif endif