Question: The program is PYTHON 1-Create a while loop that prints the odd values between 1 and 10 inclusive in reverse order. 2-Create a while loop
The program is PYTHON
1-Create a while loop that prints the odd values between 1 and 10 inclusive in reverse order.
2-Create a while loop that prints only the values evenly divisible by 3 between 0 and 30 inclusive
.3- Create a while loop that the odd number between 0 and 20 that are not multiples of 3.
4-Utilize a for loop to sum all the numbers between 1 and 100 inclusive.
5- Utilize a for loop to determine the product of all the even numbers between 1 and 30 inclusive but excluding 5, 10, and 15.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
