Page 1 of 1

Q.3.1 ● ● ● Declare an array called 'numbers' that will contain the following values: (2) 16, 5, 3, 24. Ask a user wheth

Posted: Fri Jul 08, 2022 6:37 am
by answerhappygod
Q 3 1 Declare An Array Called Numbers That Will Contain The Following Values 2 16 5 3 24 Ask A User Wheth 1
Q 3 1 Declare An Array Called Numbers That Will Contain The Following Values 2 16 5 3 24 Ask A User Wheth 1 (35.62 KiB) Viewed 48 times
Please answer in detailed pseudocode. Thank you.
Q.3.1 ● ● ● Declare an array called 'numbers' that will contain the following values: (2) 16, 5, 3, 24. 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. Display a message indicating if the value was found in the array or not. (16) (2)