Searching for a Target Value
Modify your linked list program by adding a button (btnSearch) and a text box (txtTarget). When the user clicksbtnSearch, the program should read an integer target value fromtxtTargetand then search for the target value in the list by comparing it to each of thenodeDatavalues in each node. Display a message box indicating whether the target was found, as shown in Figure 12-50.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here