Consider the code segment below.
- Line 1: IF (a=0)
- {
- b ← a + 10
- }
- ELSE
- {
- b ← a + 20
- }
Which of the following changes will NOT affect the results when the code segment is executed?
Consider the code segment below.
Which of the following changes will NOT affect the results when the code segment is executed?