You need to retrieve all of the numbers from the items variable that are greater than 80.
Which code should you use?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
You need to retrieve all of the numbers from the items variable that are greater than 80.
Which code should you use?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
A
Answer: A
while D returns TRUE.
(tested in Visual Studio)
A