----jGRASP exec: U:\Web\CS240_Fall_2007\Fall 07 CS 240\Assignment5\Assignment5_bryan5jm_programmer_challenge_test\sequential_search_test 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: ----jGRASP: process aborted by user. ----jGRASP exec: U:\Web\CS240_Fall_2007\Fall 07 CS 240\Assignment5\Assignment5_bryan5jm_programmer_challenge_test\sequential_search_test 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 ----jGRASP: operation complete. ----jGRASP exec: U:\Web\CS240_Fall_2007\Fall 07 CS 240\Assignment5\Assignment5_bryan5jm_programmer_challenge_test\sequential_search_test 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: 3 Search value found at location 3 ----jGRASP: operation complete. ----jGRASP exec: U:\Web\CS240_Fall_2007\Fall 07 CS 240\Assignment5\Assignment5_bryan5jm_programmer_challenge_test\sequential_search_test 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 ----jGRASP: operation complete. ----jGRASP exec: U:\Web\CS240_Fall_2007\Fall 07 CS 240\Assignment5\Assignment5_bryan5jm_programmer_challenge_test\sequential_search_test 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 ----jGRASP: operation complete.