Um desenvolvedor pediu ajuda ao Engenheiro porque o teste que ele tinha feito para selecionar funcionários não estava dando certo.
Ele apresentou as cinco opções abaixo.
Assinale a única opção que atende à exigência: o candidato ser do sexo feminino e ter idade no intervalo fechado em 18 e aberto em 30.




if(( sexo == 'f' || sexo == 'F' ) and idade >= 18 and idade < 30 )

if(( sexo == 'f' or sexo == 'F') and idade>=18 and idade < 30 )

if(( sexo == 'f' || sexo == 'F' ) && idade >= 18 && idade < 30 )

if( sexo == 'f' || sexo == 'F' && idade >= 18 && idade <= 30 )

if( sexo == 'f' or sexo == 'F' and idade >= 18 and idade <= 30 )
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Lista de comentários


More Questions From This User See All

Recomendar perguntas

Helpful Social

Copyright © 2025 ELIBRARY.TIPS - All rights reserved.