Question: a. Describe an algorithm (in pseudo-code) that finds the maximum of the integers that are greater than -10 and less than 20 in a list

a. Describe an algorithm (in pseudo-code) that finds the maximum of the integers that are greater than -10 and less than 20 in a list (the list may contain integers in the desired interval and others that are not in the interval) . Your input is a list of integers a1,a2, ,,,,an . If your list does not contain any integers in the specified interval then you should return an error message.

If the input list is 12, 30, your must return 12 and if the list is -15, 30, you must return not found.

b.How may operations (arithmetic or logical comparison) are performed in your algorithm?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!