Question: 28. Give pseudocode for an algorithm that takes a list of n integers (n 1) and returns the l even integer in the list, or

28. Give pseudocode for an algorithm that takes a list of n integers (n 1) and returns the l even integer in the list, or returns 0 if there are no even integers in the list. procedure lasteven(a... ,an: integers) For example, if the input is 7, 2, -4, 3, 9,-18, 21 the last even integer is at location 6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
