Question: Example code: # using a while loop print all integers between 1 through 1 0 0 x = 1 while x = 1 0 0

Example code:
# using a while loop print all integers between 1 through 100
x=1
while x=100 :
,pr\int (x)
,x=x+1
#using a while loop print all integers between 100 through 1
y=100
while y>=1:
,pr\int (y)
y=y-1
Submit code for the following:
# using a while loop print all odd numbers between 1 through 100
# using a while loop print all multiples of 5 between 10 and 65
# using a while loop print all multiples of 7 between 10 and 65
# using a while loop print all even numbers between 1000 and -1000
Example code: # using a while loop print all

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!