How to hand in Assignment #3

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

  1. quest1 -- a text file containing your answers to question 1.
  2. CtoF.alg -- a text file containing your algorithm to convert Celcius to Fahrenheit.
  3. CtoF.cc -- your C++ program to implement the temperature conversion
  4. cm2feet.alg -- a text file containing your algorithm to convert centimetres to feet and inches.
  5. cm2feet.cc -- your C++ program to implement the centimetre conversion.

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 5 files and send them to the marker.


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