The question is below and according to my solution (pic attached) the code working but the test can’t working!!!
***Replace the two if statements with one statement, using the &&
operator, which will return the string Yes
if val
is less than or equal to 50
and greater than or equal to 25
. Otherwise, will return the string No
.