Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

a. (15 points) Describe an algorithm (in pseudo-code) that finds the sum of the integers that are greater than -10 and less than 20 in

a. (15 points) Describe an algorithm (in pseudo-code) that finds the sum 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 4,12, 30, your must return 4+12 and if the list is -15, 30, 32, you must return 'not found'.

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

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Technology And Management Computers And Information Processing Systems For Business

Authors: Robert C. Goldstein

1st Edition

0471887374, 978-0471887379

More Books

Students also viewed these Databases questions

Question

Describe the five elements of the listening process.

Answered: 1 week ago