Last updated: Thursday 9th February 2006, 8:37 PT, AHD -------- CSCI101A Lab Assignment #5B Week 6 Class 2 Lab 5B Specification: --------------------- Complete the code you saved at the end of the last class. If you didn't save work on the network in the last class you will be given a new assignment for today. ------------------------------------------ Today instructor assistance is available. ------------------------------------------ Before you start this lab assignment you should read ALL of this document. In all labs you may work in teams of 2 people, or you may work alone. ------------------------------------------------- Today's lab is due at the end of the class (12:05pm) At 11:50pm you will be reminded to save your program file (which should be named yourstudentnumber.cpp) to the network in CSCI101A\Week06\Lab5B. If you're working in a team, use one team member's student number for the file name, and include the second student number, in the comments in the code. The lab5B folder will be closed at 12:15pm precisely. Late submissions are NOT accepted. I repeat: Late submissions are NOT accepted. To save your .cpp file from the local drive to your folder in CSCI101A\Week06\Lab5B, follow the instructions in: CSCI101A\Saving If you are working in a team, both partners should save the file to their own folder. Please note: Your program source code file should be named yourstudentnumber.cpp and should contain appropriate comments: (the file name, your name, your student number, your team partner's name and student number the date, the program's completion status). Make sure that you indent (space out) the code as recommended in the text - see example programs in the text book for examples. For more hints, see: CSCI101A\C++ Program Development