Page 1 of 1

Q.3.1 Write the pseudocode for an application that will implement the requirements below. 22; 23 ● Declare a numeric arr

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 22 23 Declare A Numeric Arr 1
Q 3 1 Write The Pseudocode For An Application That Will Implement The Requirements Below 22 23 Declare A Numeric Arr 1 (47.24 KiB) Viewed 22 times
Q.3.1 Write the pseudocode for an application that will implement the requirements below. 22; 23 ● 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. The Independent Institute of Education (Pty) Ltd 2022 ● 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. 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. Pa