Help please!!
I wonder how it could make reading the code as follows:
"If the value is greater than X and less than X"
I tried using the following:
if (score> = 10 && <= 30)
But this way I used is giving error at the time of execution of the tests, could anyone help me?
