Q.3.1 • Declare an array called ‘numbers’ that will contain the following values: 16, 5, 3, 24. (2) • Ask a user whether
Posted: Fri Jul 08, 2022 6:34 am
Q.3.1 • Declare an array called ‘numbers’ that will contain thefollowing values: 16, 5, 3, 24. (2)
• 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. (16)
• Display a message indicating if the value was found in thearray or not. (2)
Please help me with the full pseudocode its urgent
• 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. (16)
• Display a message indicating if the value was found in thearray or not. (2)
Please help me with the full pseudocode its urgent