Q.3.1 • Declare an array called ‘numbers’ that will contain the following values: 16, 5, 3, 24. (2marks) • Ask a user
Posted: Fri Jul 08, 2022 6:35 am
Q.3.1
• Declare an array called ‘numbers’ that will contain the following values: 16, 5, 3, 24.(2marks)
• 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.(16Marks)
• Display a message indicating if the value was found in the array or not. (2marks)
This must be Done in Pseudecode Please
• Declare an array called ‘numbers’ that will contain the following values: 16, 5, 3, 24.(2marks)
• 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.(16Marks)
• Display a message indicating if the value was found in the array or not. (2marks)
This must be Done in Pseudecode Please