The last Finnish exercise (9) of the course will be held at Thu 21st March at normal times. However, the task is to finish example application and submit it berorehand to the instructor. At exercise class we check the last diffuculties of the exercise and give grades for the application. Instructions for submitting OOP exercise application: The program required is the exercise 8C (which contains code from exercises 4-8). The deadline of submission is Wed 20th March at 14.00. Have this application a single compileable program file at cs or cc. If you have splitted your file, please concatenate for submitting purposes using, e.g., cat. E.g., cat stud.h stud.cpp main.cpp | grep -v "stud.h" > app.cpp Include a short self-evaluation of your application as a comment in the beginning of the program file. Using cs, send your application to user sjuva with a subject OOP_EX_username (with _your_own_ username, of course; upper case OOP_EX, lower case username; with underscores, and the answer as the _body_ of the message (no attachments of any type). At simplest, use program mail at cs: /usr/ucb/mail -s OOP_EX_username sjuva < app.cpp Where username is YOUR cs username and app.cpp is the text file containing your applicatoin. After a while, you will receive an answer. If you use cc instead of cs, use /usr/ucb/mail -s OOP_EX_username@cc sjuva@cs < app.cpp where username is YOUR cc username, keep the parts "@cc" and "sjuva@cs" as they are. BTW: nedit editor is now installed at cs. It requires X11 (e.g., Linux, or X11 for Win/Mac) terminal.