Design pseudocode for a program that allows a user to enter


Design pseudocode for a program that allows a user to enter exactly 8 numbers. Create an array big enough to hold the numbers and store each number in the array as it's entered. After the program has finished gathering numbers, it should go through the contents of the array (using a loop) and print a message for each number as follows: if the number is equal to 5 it should say "Yes!" otherwise it should say, "No!". Use only NAMED CONSTANTS for all of the constants in the problem.

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Design pseudocode for a program that allows a user to enter
Reference No:- TGS01473629

Now Priced at $10 (50% Discount)

Recommended (97%)

Rated (4.9/5)