----jGRASP exec: U:\Web\CS240_Fall_2007\Fall 07 CS 240 assignments\Bulletproof\Herman Resubmission\seq_search_test This program will create and search through a list. Enter number of test elements (0-10). 75 Constraint Error: 75 is not in the range 0-10. Enter number of test elements (0-10). a Data Error: that is not an integer. Enter number of test elements (0-10). 5 Enter the test elements, one per line. -5 6 a Data Error: that is not an integer. 7 23 76 Input value for which to search: 7 Search value found at location 3 This program has ended normally. ----jGRASP: operation complete. ----jGRASP exec: U:\Web\CS240_Fall_2007\Fall 07 CS 240 assignments\Bulletproof\Herman Resubmission\seq_search_test This program will create and search through a list. Enter number of test elements (0-10). 5 Enter the test elements, one per line. 1 2 3 4 5 Input value for which to search: 1 Search value found at location 1 This program has ended normally. ----jGRASP: operation complete. ----jGRASP exec: U:\Web\CS240_Fall_2007\Fall 07 CS 240 assignments\Bulletproof\Herman Resubmission\seq_search_test This program will create and search through a list. Enter number of test elements (0-10). 5 Enter the test elements, one per line. 1 2 3 4 5 Input value for which to search: 5 Search value found at location 5 This program has ended normally. ----jGRASP: operation complete. ----jGRASP exec: U:\Web\CS240_Fall_2007\Fall 07 CS 240 assignments\Bulletproof\Herman Resubmission\seq_search_test This program will create and search through a list. Enter number of test elements (0-10). 5 Enter the test elements, one per line. 1 2 3 4 5 Input value for which to search: 0 Search value not found in list This program has ended normally. ----jGRASP: operation complete.