Youarebuildingadatingwebsite.Theclient’sdateofbirthiscollectedalongwithlotsofotherinformation.ThePersonclasshasaderivedmethod,getAge():int,whichreturnstheperson’sagecalculatedfromthedateofbirthandtoday’sdate.InoneofyourJSPsyouneedtoprintaspecialmessagetoclientswithintheagegroupof25through35.WhichtwoELcodesnippetswillreturntrueforthiscondition?()A.${client.agein[25,35]}B.${client.agebetween[25,35]}C.${client.agebetween25and35}D.${client.age=35client.age=25}E.${client.agele35andclient.agege25}
Youarebuildingadatingwebsite.Theclient’sdateofbirthiscollectedalongwithlotsofotherinformation.ThePersonclasshasaderivedmethod,getAge():int,whichreturnstheperson’sagecalculatedfromthedateofbirthandtoday’sdate.InoneofyourJSPsyouneedtoprintaspecialmessagetoclientswithintheagegroupof25through35.WhichtwoELcodesnippetswillreturntrueforthiscondition?()
A.${client.agein[25,35]}
B.${client.agebetween[25,35]}
C.${client.agebetween25and35}
D.${client.age<=35&&client.age>=25}
E.${client.agele35andclient.agege25}