Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1. Create a program that a. First reads in a set of unordered integer numbers fr

ID: 3535333 • Letter: 1

Question


1. Create a program that
a. First reads in a set of unordered integer numbers from a flat file
named Data.txt and pushes the numbers onto a stack.
b. Now, using only one additional stack and some additional non-array
variables, order the elements on the original stack in ascending
order.
c. Lastly, print the elements on the original stack. If done correctly they
should print in descending order.
Suggested output:
Suggestions:
Count all elements currently on original stack
Read elements from original stack finding minimum value and
pushing elements onto stack2
Push minimum onto original stack
Transfer data from stack2 back to original stack
Minimum value is first element on original stack
Repeat process for remaining elements



or $50 using PAYPAL

Explanation / Answer

when do you need this by? send info to binarymonkey001@gmail.com