Find the errors in the following code:
1. The following statement should determine whether x is not greater than 20. What is wrong with it?
if (!x > 20)
2. The following statement should determine whether count is within the range of 0 through 100. What is wrong with it?
if (count >= 0 || count
3. The following statement should determine whether count is outside the range of 0 through 100. What is wrong with it?
if (count <> 100)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here