Question: I'm having trouble considering this adjacent code segment and what the output is number = [10,15,20,25,30,35,40] n = LENGTH (numbers) k = 1 repeat n
I'm having trouble considering this adjacent code segment and what the output is
number = [10,15,20,25,30,35,40]
n = LENGTH (numbers)
k = 1
repeat n times
{
if (k mod 2 = 0)
{
Display (numbers[k])
}
k = k + 1
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
