/** COMMENTS ********************************************************/ /* Your name: Class block: Date: Lab: Title: Objective: */ /** INCLUDE FILES ***************************************************/ #include // input output commands: cout & cin using namespace std; /** FUNCTION PROTOTYPES**********************************************/ /** MAIN FUNCTION ***************************************************/ int main() { /** VARIABLE DECLARATION ****************************************/ /** FUNCTION CALLS***********************************************/ return 0; } /** FUNCTIONS *******************************************************/