Question: Use Scheme Programming Language! Scheme Programming Assignment Write a Scheme program to do the following: 1) Prompt the user to enter a list of ints
Scheme Programming Assignment Write a Scheme program to do the following: 1) Prompt the user to enter a list of ints 2) Display the entered list 3) Display the size of the list 4 Reverse the list and print it 5) Compute the summation of the list and display it 6) Compute the average of the list and display it 7) Search the list a value, if exists, display "value in the list" otherwise display "value NOT in the 8) For each element in the list test and display if it 9) Each task (2-8) must be implemented as a 10) write main program that accomplishes 1-8 list". is even or odd separate function above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
