Q.3.1 ● ● ● Declare an array called 'numbers' that will contain the following values: (2) 16, 5, 3, 24. Ask a user wheth
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Q.3.1 ● ● ● Declare an array called 'numbers' that will contain the following values: (2) 16, 5, 3, 24. Ask a user wheth
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)