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