Question: Design pseudocode for a program that allows a user to store exactly 12 numbers in an array. Create an array big enough to hold the
Design pseudocode for a program that allows a user to store exactly 12 numbers in an array. Create an array big enough to hold the numbers and store each number in the array as it's entered (use a loop to let the user enter the numbers). Be sure to PROMPT the user for each number before it's entered. HINTS: Make sure you use a named constant when you declare the array (the number inside the brackets should be a named constant that you declared before the array declaration.) Use a for loop (or while loop if you'd like) to get each number from the user.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
