I am mingle with my CS labs to find the solution of how to find the maximum and minimum number of a entered numbers,can anyoe help me

note "no function and array required to manipulate data in our lab";

Imagine you have a stack of papers in front of you, each with a number written on it. They are in no particular order. You can only pick up one sheet at a time, the one on top.

How would you find the largest and smallest of the numbers in the pile, and at any moment, if interrupted, be able to state which is the highest and lowest number you've found so far?

Consider also the case that there happens to be only one piece of paper on the stack.

Now do this in C++ code.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.