Please enter your email:
1. Check if a character is digit
2. What does this condition check?
n%2==0
3. Check full leap year condition
4. What does this condition is used for?
n%10==0
5. Check if a number is even
6. What does this condition check?
a==b && b==c
7. What this condition used for?
n>=18 and n<=55
8. Find last digit of a number
9. Check if three numbers are equal
10. What does this check?
(ch>=’A’ && ch<=’Z’) or (ch>=’a’ && ch<=’z’)
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.