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