Write a program that reads a set of integers


Problem:

Question 1: Write a program that reads a set of integers and then finds and prints the sum of the even and odd integers. The numbers will be read in from the user via the cin statement. You do not know how many numbers the user may enter. When the user enters a 0 (zero), then the user is done entering numbers.

Question 2: Write a program to find a particular element in a single linked list. Do this both recursively and nonrecursively.

Show the code, demonstrate it works properly and describe what it is doing.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write a program that reads a set of integers
Reference No:- TGS0891788

Expected delivery within 24 Hours