class 8 (loop questions )
1. WAP in python with output to take a range from user and display all the numbers in between
the given range .
2. WAP in python with output to print first 10 even numbers .
3. WAP in python with output to print first 10 odd numbers .
4. WAP in python with output to display all even numbers between the range given by user .
5. WAP in python with output to display all odd numbers between the range given by user .
6. WAP to display all odd numbers and even numbers that fall between 10 and 25 including both
numbers.
7. WAP to accept 10 numbers from the user and display its average.
8. WAP to print the first 10 even numbers in reverse order.
9. WAP to print a table of a number accepted from the user.