1. Create a flowchart or pseudocode that will ask the user to input the 10 numbers that will be stored in an array and output the Mean, Median, Largest and Smallest among the input numbers. 2. Create a flowchart or pseudocode that will ask the user for 10 numbers and store the numbers in the array in the sequence that it will be entered by the user. Reverse the order of numbers in the array then output the new order starting from index 0 to array_size -1 Example: User Input: 23 45 12 34 78 65 23 1 56 7 Reverse Order 7 56 1 23 65 78 34 12 45 23
Added by Heidi Y.
Close
Step 1
Pseudocode: Show more…
Show all steps
Your feedback will help us improve your experience
Aman Gupta and 80 other AP CS educators are ready to help you.
Ask a new question
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
Write a pseudocode algorithm that asks the user to enter a series of 20 numbers. The program should store the numbers in an array and then display the following data: The lowest number in the array The highest number in the array The total of the numbers in the array The average of the numbers in the array Write only in pseudocode!
Samuel G.
Design the logic for a program that allows a user to enter 10 numbers, stores the numbers in an array, then displays all of the numbers, the largest number, and the smallest. - Create a solution algorithm using pseudocode. - Create a flowchart.
Akash M.
Write a pseudocode description of a method that reverses an array of $n$ integers, so that the numbers are listed in the opposite order than they were before, and compare this method to an equivalent Java method for doing the same thing.
Recommended Textbooks
Computer Science and Information Technology
Introduction to Programming Using Python
Computer Science - An Overview
Watch the video solution with this free unlock.
EMAIL
PASSWORD