icon
Related questions
Question

Urgent!

This algorithm
1. Start
2. I ? 0
3. Write I in standard output
4. I ? I+2
5. If (I <=98) then go to line 3
6. End
calculate even numbers between -2 and 99
O calculates even numbers between 0 and 99
O calculate even numbers between 0 and 89
O calculate odd numbers between 0 and 99
Transcribed Image Text:This algorithm 1. Start 2. I ? 0 3. Write I in standard output 4. I ? I+2 5. If (I <=98) then go to line 3 6. End calculate even numbers between -2 and 99 O calculates even numbers between 0 and 99 O calculate even numbers between 0 and 89 O calculate odd numbers between 0 and 99
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Binary numbers
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.