Page 1 of 1

Q.3.1 Write the pseudocode for an application that will implement the requirements below. Declare a numeric array called

Posted: Sat Jul 09, 2022 11:48 am
by answerhappygod
Q 3 1 Write The Pseudocode For An Application That Will Implement The Requirements Below Declare A Numeric Array Called 1
Q 3 1 Write The Pseudocode For An Application That Will Implement The Requirements Below Declare A Numeric Array Called 1 (28.54 KiB) Viewed 37 times
Q 3 1 Write The Pseudocode For An Application That Will Implement The Requirements Below Declare A Numeric Array Called 2
Q 3 1 Write The Pseudocode For An Application That Will Implement The Requirements Below Declare A Numeric Array Called 2 (13.7 KiB) Viewed 37 times
Programming Logic
Q.3.1 Write the pseudocode for an application that will implement the requirements below. Declare a numeric array called 'numbers' that has five elements. Populate the array by asking the user to input values. Use a loop. Ensure the user only enters five numbers. Ask a user whether they would like to search for a particular value. If their answer is yes, the application should allow them to enter a search value and the array must be searched for that value. (25)
Depending on if the value is found or not, an appropriate message must be displayed. Calculate and display the sum of the elements of the array. Calculate and display the average of the values in the array.