shelbybrown51 shelbybrown51 12-01-2023 Computers and Technology contestada Which of the following if statements uses a Boolean condition to test: If kids are under 10, they eat for free? (5 points) if( kid < 10): if( kid > 10 ): if( kid == 10 ): if( kid != 10 ):