|
help needed
i want to know how to search an array.
for example say
when user types 'A' displays 4
'B' display 3
'C' display 2
'D' display 1
like that..the task should be implemented using arrays..both the grades and points should be stored in arrays and search(when user type A it should search 4 from points array.. could somebody help
|