How to hand in Assignment #5

To submit assignment #5, change to the directory that contains the files which are your solutions. Then use the command submit5. 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. tuition.alg -- a text file containing your modified algorithm to calculate tuition with a loop added
  3. tuition.cc -- your C++ program to implement the modified tuition algorithm
  4. grader.alg -- a text file containing your algorithm to ask for GPA's and calculate and print the average, maximum and minimun.
  5. grader.cc -- your C++ program to implement the grader algorithm.

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