Please enter your email:

1. Check if a character is digit

 
 
 
 

2. Check if three numbers are equal

 
 
 
 

3. What this condition used for?

n>=18 and n<=55

 
 
 
 

4. What does this check?

(ch>=’A’ && ch<=’Z’)  or (ch>=’a’ && ch<=’z’)

 
 
 
 

5. What does this condition is used for?

n%10==0

 
 
 
 

6. Check full leap year condition

 
 
 
 

7. What does this condition check?

n%2==0

 
 
 
 

8. Find last digit of a number

 
 
 
 

9. What does this condition check?

a==b && b==c

 
 
 
 

10. Check if a number is even

 
 
 
 

Question 1 of 10

Leave a Reply

Your email address will not be published. Required fields are marked *

Chat Icon