Question: What missing code should be added to this class to ensure that calling count _ even ( { 1 , 2 , 3 , 4
What missing code should be added to this class to ensure that calling counteven returns
class TEST
feature
countevenarr: ARRAYINTEGER: INTEGER
local
count: INTEGER
i: INTEGER
do
count :
from
i :
until
i arr.count
loop
if then
count : count
end
i : i
end
Result : count
end
end
Question Answer
a
arr.itemi
b
arr.itemi
c
arr.itemi
d
arr.itemi
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
