Ask Question
18 June, 02:39

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

+4
Answers (1)
  1. 18 June, 06:06
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers