Question: 1 a . Design pseudocode for a program that will permit a user to store exactly 3 3 3 numbers in an array. Create an
a Design pseudocode for a program that will permit a user to store exactly numbers in an array. Create an array big enough to hold the numbers and store each number in the array as it's entered. Be sure to PROMPT the user for each number before it's entered. You do not need to initialize the array.
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. The module has an example of pseudocode very similar to this problem. You're free to use this pseudocode as you create your program.
b Explain how you approached the problem above. If you used the code in the module, how did you identify the changes required to make the code do what the assignment asks for? If you wrote your own code, what challenges did you face? What steps did you take to solve the problem? Which specific sections or figures from the textbook did you refer to or modify? What other resources did you use?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
