Question: ( I hope I will get answer ... I need asnswer JUST in C++ programming language , and NOT in any other ) Write a

( I hope I will get answer ... I need asnswer JUST in C++ programming language , and NOT in any other )

Write a program that read 250 numbers from an input file. If the numbers are even put them into an array. Otherwise, put them into a Linked Lists. Sort and print the numbers in the array in descending order. Print the numbers in the Lined List in descending order.

The output file should contain the following:

1. Numbers read from a file

2. The number of even numbers

3. The number of odd numbers

4. The array printed in descending order

5. The Linked list in descending order

Please give the white box, and pseudocode

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!