Take a list, say for example this one a = [1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89] your program will do the following (a) prints out all the elements of the list that are less than 5. (b) prints out all the elements of the list that are less than 20. for question (a) and (b) must use for loop or while loop (c) provide a function, which will take one argument as list, and function will add all the numbers in the list and return the summation (i.e. result) Print the return result from where the function is called.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter17: Linked Lists
Section: Chapter Questions
Problem 8PE
icon
Related questions
Question

Take a list, say for example this one
 a = [1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89]

your program will do the following


(a) prints out all the elements of the list that are less than 5.
(b) prints out all the elements of the list that are less than 20.

for question (a) and (b) must use for loop or while loop

(c) provide a function, which will take one argument as list, and 
    function will add all the numbers in the list and return the
    summation (i.e. result)
    
    Print the return result from where the function is called.

Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Linked List Representation
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr