Select the correct answer from each drop-down menu.
Select the correct option to complete the algorithm that generates the first 100 even numbers (even numbers are divisible by 2)?
1. Start.
2. Set x to 1.
3. If x is less than or equal to 100, then go to step 4,
4. If x is divisible by 2,
5. Increase the value of x by 1.
6. Go to step 3.
7. Stop.
Reset
Next