3. Develop a c++ program using either stack or queue (You have to use one of them to complete the task for this question
Posted: Sun May 15, 2022 8:31 am
display all the numbers the user entered thra arr greater than 100.
3. Develop a c++ program using either stack or queue (You have to use one of them to complete the task for this question. No credit otherwise). a. Ask the user to enter number. b. As long as the user enters positive number, keep going back to step (a) to get another number. Keep doing until the user enters a 0 or negative number.
3. Develop a c++ program using either stack or queue (You have to use one of them to complete the task for this question. No credit otherwise). a. Ask the user to enter number. b. As long as the user enters positive number, keep going back to step (a) to get another number. Keep doing until the user enters a 0 or negative number.