Ask Question
8 July, 04:36

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

+3
Answers (1)
  1. 8 July, 07:24
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers