Loop Programming Questions



1. WAP to display n number of even and odd numbers.

2. WAP to accept any number any number display their multiplication table.

3. WAP to accept any number display their factors.

4. WAP to accept any number display their factorial value.

5. WAP to accept any number and reverse it and display the new number.

6. WAP to accept any number and check the number is perfect or not.

7. WAP to accept and check the number is palindrome or not.

8. WAP to accept any number is neon or not.