Answer:
it is A,B,E,F,G
Explanation:
can i have brainliest please.
Are you trying to change the shape of an item within your program by entering the values into text boxes that become variables?
What language are you using?
integer userInput
integer i
integer mid
integer array(20) number
userInput = 1
for i = 0; userInput >= 0; i = i + 1
if number[i] > -1
userInput = Get next input
number[i] = userInput
i = i - 1
mid = i / 2
if i > 9
Put "Too many inputs" to output
elseif i % 2 == 0
Put number[mid - 1] to output
else
Put number[mid] to output