(revised 9/12/95) CS 2500 Programming Assignment # 01 Top Down Design of Procedure Due September 29, 1995 Due October 6, 1995 Please read the class documents entitled programAssignmentRules, sampleProgSubmission, and topDownDesignSample (use the Gopher server) before beginning to do this programming assignment. The assignment is to do problem #1 on page A79 of your textbook (The Linear Search). The assignment asks you to turn in a top down design of the procedure Linear Search (only). This is correct. For this assignment, do NOT turn in a top down design of the entire program. You are told to write a loop invariant and include it with your design. Be sure to do that. You will probably want to discuss ideas for the loop invariant in class. Feel free to ask about it. You are also asked to turn in your conclusions in paragraph form. Put that paragraph (carefully labelled CONCLUSIONS:) in the header comment of the program.