Please turn in your complete answer to Programming Exercise 1 (one) from Malik's chapter 7, p368, at the beginning of our next meeting, Wednesday 10/26, 5:30pm in class. The turn-in format should be a TYPED and PRINTED document, whether MS Word or plain text, containing (a) the headline: "CS 135 Homework 1, 10/26/05" (b) your name and (c) all answers to items a. through g. of that exercise. Do NOT turn in handwritten answers or disks. This exercise is asking you to type a complete C++ function *definition* (i.e., implementation) for each item a. through g. Each function definition should have correct return type, parameter types and names (if any), local variables (if any), curly braces, semicolon, etc. You are not requested to create a full program with includes and function prototypes, only the 7 individual function implementations from a. to g. No need to compile and run this code, but double-check your syntax. IMPORTANT NOTE: THIS HOMEWORK IS AN INDIVIDUAL EFFORT. NO TEAM WORK HERE, PLEASE. Thank you and good luck!