angelrosesalon21
Lurker
simple program that will SEARCH the inputted value. Example of the output :
ENTER number of element 5.
input 5 elements
1
2
3
4
5
enter the value to find : 3
3 is located at index 2
just need help using arrays.
ENTER number of element 5.
input 5 elements
1
2
3
4
5
enter the value to find : 3
3 is located at index 2
just need help using arrays.