// Name: // Class and Section: CS 54, Section // Date: February 19, 2007 // Purpose: To write functions for the new TI 42 // include the header file for this lab #include "lab06.h" int main() { /* create all the variables you need - in particular, you will need an int & double for the absolute() function */ /* ask the user to enter input */ /* display the results from absolute() - both versions */ /* display the results from freefall() - using all three options */ /* display the results from cosine() - using both options */ return 0; }