How to hand in Assignment #6

To submit assignment #6, change to the directory that contains the files which are your solutions. Then use the command submit6. This will expect to find three files with the following names in the current directory:

  1. track.cc -- your C++ program to calculate and print the number of laps required to travel a specified distance. It will include the function calcNumLaps
  2. tuition.cc -- your C++ program to determine the amount of tuition to pay. It will include your tuition function.
  3. circle.cc -- your C++ program to determine the radius, circumference and area of a circle given its centre and a point on the circle. It will include your radius and circumAndArea functions.

Note: your file names MUST match the above names exactly, including case, or your files will not be submitted.

The submit program will package these 3 files and send them to the marker.


Computer Science 1620 | Department of Mathematics & Computer Science
University of Lethbridge Home Page