Ask Question

Design the psuedocode for a program that allows a user to enter 10 numbers, then displays them in the reverse order of their entry?

+5
Answers (1)
  1. 11 April, 08:39
    0
    This is how I would go about it:

    1. Ask user to key in numbers. I could take each number in a single line.

    2. save each input in a vector.

    3. print out the vector starting at location (vector. size () - 1) to location 0
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Design the psuedocode for a program that allows a user to enter 10 numbers, then displays them in the reverse order of their entry? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers