Please enter your email:
1. Check if a number is even
2. What does this condition check?
a==b && b==c
3. What does this condition is used for?
n%10==0
4. What does this condition check?
n%2==0
5. What this condition used for?
n>=18 and n<=55
6. Find last digit of a number
7. What does this check?
(ch>=’A’ && ch<=’Z’) or (ch>=’a’ && ch<=’z’)
8. Check if three numbers are equal
9. Check full leap year condition
10. Check if a character is digit
Question 1 of 10
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.