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
Get step-by-step solutions from verified subject matter experts
