Page 1 of 1

Write pseudocode for the following: Declare an array called ‘libray’ that will contain the following values: 12, 18, 46,

Posted: Fri Jul 08, 2022 6:36 am
by answerhappygod
Write pseudocode for the following:
Declare an array called ‘libray’ that will contain the followingvalues: 12, 18, 46, 27.
Ask a user whether they would like to search for a particularvalue. If their answer is “Yes”, the application should allow themto enter a search value and the array must be searched for thatvalue.
Display a message indicating if the value was found in the arrayor no