Question: What is the most obvious problem with the following algorithm for continuously printing odd numbers? 1 . Set a variable to one 2 . Print

What is the most obvious problem with the following algorithm for continuously printing odd numbers?
1.Set a variable to one
2.Print the variable
3.Add two to the variable
Odd numbers start at zero
Algorithms should not mention printing information
Python does not have variables, this can never be implemented
it does not mention looping or repeating

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!